doc: allow Sphinx 6.x and 7.x

They seem to work fine, let's allow them.
This commit is contained in:
Ran Benita 2023-10-29 21:57:21 +02:00
parent c1728948ac
commit a5b7292d64
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ pallets-sphinx-themes
pluggy>=1.2.0 pluggy>=1.2.0
pygments-pytest>=2.3.0 pygments-pytest>=2.3.0
sphinx-removed-in>=0.2.0 sphinx-removed-in>=0.2.0
sphinx>=5,<6 sphinx>=5,<8
sphinxcontrib-trio sphinxcontrib-trio
sphinxcontrib-svg2pdfconverter sphinxcontrib-svg2pdfconverter
# Pin packaging because it no longer handles 'latest' version, which # Pin packaging because it no longer handles 'latest' version, which