Skip to content

Commit e4dd4db

Browse files
authored
Infra: Skip Sphinx 7.3 to fix missing 404s (#3758)
1 parent ccc89f2 commit e4dd4db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Pygments >= 2.9.0
33
# Sphinx 6.1.0 broke copying images in parallel builds; fixed in 6.1.2
44
# See https://github.com/sphinx-doc/sphinx/pull/11100
5-
Sphinx >= 5.1.1, != 6.1.0, != 6.1.1
5+
Sphinx >= 5.1.1, != 6.1.0, != 6.1.1, < 7.3
66
docutils >= 0.19.0
77

88
sphinx-autobuild

0 commit comments

Comments
 (0)