summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Turner <9087854+AA-Turner@users.noreply.github.com>2024-08-09 22:18:46 (GMT)
committerGitHub <noreply@github.com>2024-08-09 22:18:46 (GMT)
commit0fd97e46c75bb3060485b796ca597b13af7e6bec (patch)
tree3a5da505c801d0bbf2cc79b513da2c7900454fc3
parentd3239976a8e66ae3e2f4314a6889d79cdc9a9625 (diff)
downloadcpython-0fd97e46c75bb3060485b796ca597b13af7e6bec.zip
cpython-0fd97e46c75bb3060485b796ca597b13af7e6bec.tar.gz
cpython-0fd97e46c75bb3060485b796ca597b13af7e6bec.tar.bz2
gh-122868: Add lower bounds for sphinxcontrib dependencies (#122870)
* Docs: Add lower bounds for sphinxcontrib dependencies * oops
-rw-r--r--Doc/constraints.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/constraints.txt b/Doc/constraints.txt
index ab3b39b..5f9709a 100644
--- a/Doc/constraints.txt
+++ b/Doc/constraints.txt
@@ -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)