Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
allendowney
GitHub Repository: allendowney/cpython
Path: blob/main/Doc/requirements.txt
12 views
1
# Requirements to build the Python documentation
2
#
3
# Note that when updating this file, you will likely also have to update
4
# the Doc/constraints.txt file.
5
6
# Sphinx version is pinned so that new versions that introduce new warnings
7
# won't suddenly cause build failures. Updating the version is fine as long
8
# as no warnings are raised by doing so.
9
# PR #104777: Sphinx 6.2 no longer uses imghdr, removed in Python 3.13.
10
sphinx==6.2.0
11
12
blurb
13
14
sphinxext-opengraph==0.7.5
15
16
# The theme used by the documentation is stored separately, so we need
17
# to install that as well.
18
python-docs-theme>=2022.1
19
20
-c constraints.txt
21
22