ci: allow older versions of Sphinx than 7.2.6

Version 7.2.6 does not supported by older Python.
This commit is contained in:
link2xt
2024-04-18 01:48:19 +00:00
parent 8ff3f08c2f
commit ff0d506c95

View File

@@ -63,7 +63,7 @@ commands =
changedir=doc
deps =
# Pinned version, workaround for <https://github.com/breathe-doc/breathe/issues/981>
sphinx==7.2.6
sphinx<7.3
breathe
sphinx_rtd_theme
commands =