Skip to content

Commit

Permalink
Fixed dependancies warnings introduced by sphinx_toolbox (#1339)
Browse files Browse the repository at this point in the history
* Added versioning for sphinx, docutils - introduced by sphinxtoolbox

* Fixed bug with config value for `plot_gallery` in doc makefile

* Update linkcheck command as well
  • Loading branch information
eddiebergman committed Aug 18, 2022
1 parent f1fc155 commit c86eb95
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,12 @@
"seaborn",
],
"docs": [
"sphinx",
"sphinx-gallery<=0.10.0",
"sphinx<4.3",
"sphinx-gallery",
"sphinx_bootstrap_theme",
"numpydoc",
"sphinx_toolbox",
"docutils==0.16"
],
}

Expand Down

0 comments on commit c86eb95

Please sign in to comment.