Skip to content

Commit

Permalink
Merge pull request #4243 from beetbox/ci-sphinx-pin
Browse files Browse the repository at this point in the history
Pin Sphinx <4.4.0 in CI to work around new warning
  • Loading branch information
sampsyo committed Jan 20, 2022
2 parents c3a0bb1 + 1bcec4e commit 8e3e9c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -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
Expand Down

0 comments on commit 8e3e9c3

Please sign in to comment.