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 bf90d05 commit efa49d4Copy full SHA for efa49d4
docs/environment.yml
@@ -10,6 +10,6 @@ dependencies:
10
- sphinx_rtd_theme==1.3.0
11
- nbsphinx
12
- jupyter
13
- - sphinx_mdinclude
+ - sphinx_mdinclude==0.5.4
14
15
- ./../.[FULL]
pyproject.toml
@@ -72,7 +72,7 @@ docs = [
72
"jupyter",
73
"nbsphinx",
74
"sphinx==7.1.2",
75
- "sphinx_mdinclude",
+ "sphinx_mdinclude==0.5.4", #0.6 didn't work last time
76
"sphinx_rtd_theme==1.3.0",
77
]
78
dev = [
0 commit comments