Skip to content

Commit b60817f

Browse files
committed
Update Sphinx and theme dependencies #2575
1 parent 92059a3 commit b60817f

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

docs/requirements.txt

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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
1+
sphinx==8.1.3
2+
Pallets-Sphinx-Themes==2.3.0
3+
sphinx-rtd-theme==3.0.2

tox.ini

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,11 @@ deps =
6868
commands = pydocstyle --convention=numpy scholia
6969
deps =
7070
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

Comments
 (0)