mirror of
https://github.com/chatmail/core.git
synced 2026-05-19 23:06:32 +03:00
tox.ini: pin sphinx version to fix CI
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user