Skip to content

Commit c86eb95

Browse files
committed
Fixed dependancies warnings introduced by sphinx_toolbox (#1339)
* Added versioning for sphinx, docutils - introduced by sphinxtoolbox * Fixed bug with config value for `plot_gallery` in doc makefile * Update linkcheck command as well
1 parent f1fc155 commit c86eb95

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,12 @@
4141
"seaborn",
4242
],
4343
"docs": [
44-
"sphinx",
45-
"sphinx-gallery<=0.10.0",
44+
"sphinx<4.3",
45+
"sphinx-gallery",
4646
"sphinx_bootstrap_theme",
4747
"numpydoc",
4848
"sphinx_toolbox",
49+
"docutils==0.16"
4950
],
5051
}
5152

0 commit comments

Comments
 (0)