mirror of
https://github.com/chatmail/core.git
synced 2026-04-02 05:22:14 +03:00
build(python): pin sphinx to 7.1.2
This commit is contained in:
@@ -59,7 +59,8 @@ commands =
|
||||
[testenv:doc]
|
||||
changedir=doc
|
||||
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
|
||||
commands =
|
||||
sphinx-build -Q -w toxdoc-warnings.log -b html . _build/html
|
||||
|
||||
Reference in New Issue
Block a user