tox.ini: pin sphinx version to fix CI

This commit is contained in:
link2xt
2021-02-16 12:55:25 +03:00
committed by holger krekel
parent 046a2a8eae
commit 88a9a13795

View File

@@ -47,7 +47,9 @@ commands =
[testenv:doc]
changedir=doc
deps =
sphinx
# With Python 3.7 and Sphinx 3.5.0, it throws an exception.
# Pin the version to the working one.
sphinx==3.4.3
breathe
commands =
sphinx-build -Q -w toxdoc-warnings.log -b html . _build/html