gh-122868: Add lower bounds for sphinxcontrib dependencies (#122870)

* Docs: Add lower bounds for sphinxcontrib dependencies

* oops
This commit is contained in:
Adam Turner 2024-08-09 23:18:46 +01:00 committed by GitHub
parent d3239976a8
commit 0fd97e46c7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,11 +13,11 @@ packaging<25
Pygments<3
requests<3
snowballstemmer<3
sphinxcontrib-applehelp<2.1
sphinxcontrib-devhelp<2.1
sphinxcontrib-applehelp>=1.0.6,<2.1
sphinxcontrib-devhelp>=1.0.6,<2.1
sphinxcontrib-htmlhelp<2.2
sphinxcontrib-jsmath<1.1
sphinxcontrib-qthelp<2.1
sphinxcontrib-qthelp>=1.0.6,<2.1
sphinxcontrib-serializinghtml<2.1
# Direct dependencies of Jinja2 (Jinja is a dependency of Sphinx, see above)