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:
Adrian Sampson 2022-01-20 14:47:31 -05:00 committed by GitHub
commit 8e3e9c3d85
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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