Infra: Skip Sphinx 7.3 to fix missing 404s (#3758)

This commit is contained in:
Hugo van Kemenade 2024-04-17 15:41:56 +03:00 committed by GitHub
parent ccc89f23a1
commit e4dd4dbcb6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
Pygments >= 2.9.0
# Sphinx 6.1.0 broke copying images in parallel builds; fixed in 6.1.2
# See https://github.com/sphinx-doc/sphinx/pull/11100
Sphinx >= 5.1.1, != 6.1.0, != 6.1.1
Sphinx >= 5.1.1, != 6.1.0, != 6.1.1, < 7.3
docutils >= 0.19.0
sphinx-autobuild