We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36a0801 commit 45c662aCopy full SHA for 45c662a
docs/environment.yml
@@ -10,3 +10,4 @@ dependencies:
10
- pip
11
- pip:
12
- ..[docs]
13
+ - "sphinx-book-theme @ git+https://github.com/dfm/sphinx-book-theme.git@fix-outdir"
setup.py
@@ -39,9 +39,7 @@
39
"batman-package",
40
],
41
"docs": [
42
- "sphinx-book-theme"
43
- " @ git+https://github.com/dfm/sphinx-book-theme.git"
44
- "@fix-outdir",
+ "sphinx-book-theme",
45
"myst-nb",
46
"matplotlib",
47
"corner",
0 commit comments