Skip to content

Commit a071e19

Browse files
committed
Use newer Sphinx also with tox and Read the Docs
1 parent 22970e9 commit a071e19

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
sphinx>=2.2,<3
2-
sphinx_rtd_theme>=0.4
1+
sphinx>=3.2,<4
2+
sphinx_rtd_theme>=0.5,<1

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ commands =
2323
[testenv:docs]
2424
basepython = python3.8
2525
deps =
26-
sphinx>=2.4,<3
27-
sphinx_rtd_theme>=0.4,<1
26+
sphinx>=3.2,<4
27+
sphinx_rtd_theme>=0.5,<1
2828
commands =
2929
sphinx-build -b html -nEW docs docs/_build/html
3030

0 commit comments

Comments
 (0)