mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
build(python): pin sphinx to 7.1.2
This commit is contained in:
@@ -59,7 +59,8 @@ commands =
|
|||||||
[testenv:doc]
|
[testenv:doc]
|
||||||
changedir=doc
|
changedir=doc
|
||||||
deps =
|
deps =
|
||||||
sphinx
|
# Pinned due to incompatibility of breathe with sphinx 7.2: <https://github.com/breathe-doc/breathe/issues/943>
|
||||||
|
sphinx<=7.1.2
|
||||||
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