We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc02fa8 commit cadc47dCopy full SHA for cadc47d
requirements.txt
@@ -1,4 +1,11 @@
1
-poutils
2
-pre-commit
+poutils==0.15.4
+pre-commit==3.7.1
3
4
--r cpython/Doc/requirements.txt
+# Rest of dependencies from cpython/Doc/requirements.txt
5
+# Manually listed here so that we install sphinx version 5
6
+# and any version conflicts are avoided.
7
+Sphinx==7.3.7
8
+blurb==1.1.0
9
+sphinxext-opengraph==0.9.1
10
+python-docs-theme==2024.4
11
+-c cpython/Doc/constraints.txt
0 commit comments