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] [testenv:doc]
changedir=doc changedir=doc
deps = 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 breathe
commands = commands =
sphinx-build -Q -w toxdoc-warnings.log -b html . _build/html sphinx-build -Q -w toxdoc-warnings.log -b html . _build/html