mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
gh-122868: Add lower bounds for sphinxcontrib dependencies (#122870)
* Docs: Add lower bounds for sphinxcontrib dependencies * oops
This commit is contained in:
parent
d3239976a8
commit
0fd97e46c7
1 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue