Skip to content

Commit 45c662a

Browse files
committed
fixing direct dependencies for release
1 parent 36a0801 commit 45c662a

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docs/environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ dependencies:
1010
- pip
1111
- pip:
1212
- ..[docs]
13+
- "sphinx-book-theme @ git+https://github.com/dfm/sphinx-book-theme.git@fix-outdir"

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,7 @@
3939
"batman-package",
4040
],
4141
"docs": [
42-
"sphinx-book-theme"
43-
" @ git+https://github.com/dfm/sphinx-book-theme.git"
44-
"@fix-outdir",
42+
"sphinx-book-theme",
4543
"myst-nb",
4644
"matplotlib",
4745
"corner",

0 commit comments

Comments
 (0)