build(python): pin sphinx to 7.1.2

This commit is contained in:
link2xt
2023-08-23 18:20:19 +00:00
parent 16aad3fa67
commit 9094df7bc7

View File

@@ -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