Pin Sphinx to <8.1 (#4044)
This commit is contained in:
parent
38806a6487
commit
3b1b3d8ba3
|
@ -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, < 8.1.0
|
||||
docutils >= 0.19.0
|
||||
|
||||
# For tests
|
||||
|
|
Loading…
Reference in New Issue