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 1d8513a commit c4e872dCopy full SHA for c4e872d
docs/requirements.txt
@@ -1,2 +1,2 @@
1
-sphinx>=5.1,<5.2
+sphinx>=5.2.1,<6
2
sphinx_rtd_theme>=1,<2
tox.ini
@@ -44,7 +44,7 @@ commands =
44
[testenv:docs]
45
basepython = python3.9
46
deps =
47
- sphinx>=5.1,<5.2
+ sphinx>=5.2.1,<6
48
49
commands =
50
sphinx-build -b html -nEW docs docs/_build/html
0 commit comments