Skip to content

Commit

Permalink
Pin to Python 3.9 and sphinx<4.2 as workaround for sphinx-doc/sphinx#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Nov 7, 2021
1 parent b4153a4 commit aa1c71c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ changedir = docs
commands =
python -m sphinx -W --keep-going . {toxinidir}/build/html

# workaround for sphinx-doc/sphinx#9825
basepython = python3.9
deps =
sphinx < 4.2

[testenv:release]
skip_install = True
deps =
Expand Down

0 comments on commit aa1c71c

Please sign in to comment.