Merge pull request #5080 from sumpfralle/remove-sphinx-version-pin

build: remove version pin for Sphinx
This commit is contained in:
Serene 2024-01-15 21:16:50 +10:00 committed by GitHub
commit 7df14b6b3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,7 +34,7 @@ commands =
[testenv:docs]
basepython = python3.10
deps =
sphinx<4.4.0
sphinx>=5
pydata_sphinx_theme
commands = sphinx-build -W -q -b html docs {envtmpdir}/html {posargs}