mirror of
https://github.com/python/cpython.git
synced 2024-11-22 05:26:10 +01:00
36 lines
793 B
Plaintext
36 lines
793 B
Plaintext
# Requirements to build the Python documentation, for the oldest supported
|
|
# Sphinx version.
|
|
#
|
|
# We pin Sphinx and all of its dependencies to ensure a consistent environment.
|
|
|
|
blurb
|
|
python-docs-theme>=2022.1
|
|
|
|
# Generated from:
|
|
# pip install "Sphinx~=7.2.6"
|
|
# pip freeze
|
|
#
|
|
# Sphinx 7.2.6 comes from ``needs_sphinx = '7.2.6'`` in ``Doc/conf.py``.
|
|
|
|
alabaster==0.7.16
|
|
Babel==2.16.0
|
|
certifi==2024.8.30
|
|
charset-normalizer==3.4.0
|
|
docutils==0.20.1
|
|
idna==3.10
|
|
imagesize==1.4.1
|
|
Jinja2==3.1.4
|
|
MarkupSafe==3.0.1
|
|
packaging==24.1
|
|
Pygments==2.18.0
|
|
requests==2.32.3
|
|
snowballstemmer==2.2.0
|
|
Sphinx==7.2.6
|
|
sphinxcontrib-applehelp==2.0.0
|
|
sphinxcontrib-devhelp==2.0.0
|
|
sphinxcontrib-htmlhelp==2.1.0
|
|
sphinxcontrib-jsmath==1.0.1
|
|
sphinxcontrib-qthelp==2.0.0
|
|
sphinxcontrib-serializinghtml==2.0.0
|
|
urllib3==2.2.3
|