mirror of
https://github.com/beetbox/beets.git
synced 2026-01-08 17:08:12 +01:00
Merge pull request #4243 from beetbox/ci-sphinx-pin
Pin Sphinx <4.4.0 in CI to work around new warning
This commit is contained in:
commit
8e3e9c3d85
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -24,7 +24,7 @@ commands =
|
|||
|
||||
[testenv:docs]
|
||||
basepython = python3.9
|
||||
deps = sphinx
|
||||
deps = sphinx<4.4.0
|
||||
commands = sphinx-build -W -q -b html docs {envtmpdir}/html {posargs}
|
||||
|
||||
# checks all links in the docs
|
||||
|
|
|
|||
Loading…
Reference in a new issue