Skip to content

Commit

Permalink
docs: Update comment for omitting Sphinx 7
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Dec 21, 2023
1 parent 24239f7 commit 5834ca7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,12 @@ commands =
coverage run --append --source=ocdsextensionregistry -m pytest
deps =
coverage
# ocds-babel==0.3.5 constrains mdformat>=0.7.11, yet tox installs ocds-babel==0.3.5 with mdformat==0.6.0.
sphinx4: Sphinx>=4,<5
sphinx5: Sphinx>=5,<6
sphinx6: Sphinx>=6,<7
sphinx{5,6}: docutils<0.19
# myst-parser>=2 is required for Sphinx>=7, but myst-parser>=2 uses markdown-it-py>=3.
# https://github.com/executablebooks/mdformat/issues/403
# Avoid DeprecationWarning from MyST-Parser until > 2.0.0. (myst-parser>=2 is required for Sphinx>=7.)
# https://github.com/executablebooks/MyST-Parser/issues/612
# sphinx7: Sphinx>=7,<8
depends =
py-sphinx{4,5,6}: clean
Expand Down

0 comments on commit 5834ca7

Please sign in to comment.