Skip to content

Commit

Permalink
Merge pull request #5080 from sumpfralle/remove-sphinx-version-pin
Browse files Browse the repository at this point in the history
build: remove version pin for Sphinx
  • Loading branch information
Serene-Arc authored Jan 15, 2024
2 parents 828c6e7 + 3d308f9 commit 7df14b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down

0 comments on commit 7df14b6

Please sign in to comment.