Skip to content

Commit 4d8f6ce

Browse files
committed
Restrict Sphinx version used for testing
Workaround for incompatibility between the current sphinx_rtd_theme 1.0.0 and Sphinx 5.2.0.post0
1 parent 67f6888 commit 4d8f6ce

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
@@ -44,7 +44,7 @@ commands =
4444
[testenv:docs]
4545
basepython = python3.9
4646
deps =
47-
sphinx>=5.1,<6
47+
sphinx>=5.1,<5.2
4848
sphinx_rtd_theme>=1,<2
4949
commands =
5050
sphinx-build -b html -nEW docs docs/_build/html

0 commit comments

Comments
 (0)