mirror of
https://github.com/beetbox/beets.git
synced 2025-12-23 17:13:30 +01:00
Merge pull request #5080 from sumpfralle/remove-sphinx-version-pin
build: remove version pin for Sphinx
This commit is contained in:
commit
7df14b6b3f
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -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}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue