Skip to content

Commit 609a425

Browse files
authored
Bump Sphinx version from 2.0 to 7.x (#47)
This fixes the documentation build. I looked at the documentation output and everything seems fine. Note that the most recent Sphinx version is 8.x, but that requires Python >= 3.10. Bumping to 7.x resolves CI issues for now without requiring a larger Python update of the whole code base.
1 parent 06b6d38 commit 609a425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ commands =
4343
[testenv:docs]
4444
skip_install = true
4545
deps =
46-
sphinx<2.0.0
46+
sphinx==7
4747
sphinx_bootstrap_theme
4848

4949
commands =

0 commit comments

Comments
 (0)