mirror of https://github.com/python/cpython
36 lines
790 B
Plaintext
36 lines
790 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~=6.2.1"
|
|
# pip freeze
|
|
#
|
|
# Sphinx 6.2.1 comes from ``needs_sphinx = '6.2.1'`` in ``Doc/conf.py``.
|
|
|
|
alabaster==0.7.16
|
|
Babel==2.15.0
|
|
certifi==2024.2.2
|
|
charset-normalizer==3.3.2
|
|
docutils==0.19
|
|
idna==3.7
|
|
imagesize==1.4.1
|
|
Jinja2==3.1.4
|
|
MarkupSafe==2.1.5
|
|
packaging==24.0
|
|
Pygments==2.18.0
|
|
requests==2.32.2
|
|
snowballstemmer==2.2.0
|
|
Sphinx==6.2.1
|
|
sphinxcontrib-applehelp==1.0.8
|
|
sphinxcontrib-devhelp==1.0.6
|
|
sphinxcontrib-htmlhelp==2.0.5
|
|
sphinxcontrib-jsmath==1.0.1
|
|
sphinxcontrib-qthelp==1.0.7
|
|
sphinxcontrib-serializinghtml==1.1.10
|
|
urllib3==2.2.1
|