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 22970e9 commit a071e19Copy full SHA for a071e19
docs/requirements.txt
@@ -1,2 +1,2 @@
1
-sphinx>=2.2,<3
2
-sphinx_rtd_theme>=0.4
+sphinx>=3.2,<4
+sphinx_rtd_theme>=0.5,<1
tox.ini
@@ -23,8 +23,8 @@ commands =
23
[testenv:docs]
24
basepython = python3.8
25
deps =
26
- sphinx>=2.4,<3
27
- sphinx_rtd_theme>=0.4,<1
+ sphinx>=3.2,<4
+ sphinx_rtd_theme>=0.5,<1
28
commands =
29
sphinx-build -b html -nEW docs docs/_build/html
30
0 commit comments