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 92059a3 commit b60817fCopy full SHA for b60817f
docs/requirements.txt
@@ -1,4 +1,3 @@
1
-Sphinx==4.1.2
2
-Pallets-Sphinx-Themes==2.0.1
3
-sphinx-rtd-theme==0.5.2
4
-jinja2<3.1.0
+sphinx==8.1.3
+Pallets-Sphinx-Themes==2.3.0
+sphinx-rtd-theme==3.0.2
tox.ini
@@ -68,3 +68,11 @@ deps =
68
commands = pydocstyle --convention=numpy scholia
69
deps =
70
pydocstyle
71
+
72
+[testenv:docs]
73
+description = Build Sphinx documentation
74
+deps =
75
+ -rrequirements.txt
76
+ -rdocs/requirements.txt
77
+commands =
78
+ sphinx-build -b html docs docs/_build/html
0 commit comments