1# Requirements to build the Python documentation, for the oldest supported 2# Sphinx version. 3# 4# We pin Sphinx and all of its dependencies to ensure a consistent environment. 5 6blurb 7python-docs-theme>=2022.1 8 9# Generated from: 10# pip install "Sphinx~=3.2.0" "docutils<0.17" "Jinja2<3" "MarkupSafe<2" 11# pip freeze 12# 13# Sphinx 3.2 comes from ``needs_sphinx = '3.2'`` in ``Doc/conf.py``. 14# Docutils<0.17, Jinja2<3, and MarkupSafe<2 are additionally specified as 15# Sphinx 3.2 is incompatible with newer releases of these packages. 16 17Sphinx==3.2.1 18alabaster==0.7.13 19Babel==2.12.1 20certifi==2022.12.7 21charset-normalizer==3.1.0 22colorama==0.4.6 23docutils==0.16 24idna==3.4 25imagesize==1.4.1 26Jinja2==2.11.3 27MarkupSafe==1.1.1 28packaging==23.1 29Pygments==2.15.1 30requests==2.29.0 31snowballstemmer==2.2.0 32sphinxcontrib-applehelp==1.0.4 33sphinxcontrib-devhelp==1.0.2 34sphinxcontrib-htmlhelp==2.0.1 35sphinxcontrib-jsmath==1.0.1 36sphinxcontrib-qthelp==1.0.3 37sphinxcontrib-serializinghtml==1.1.5 38urllib3==1.26.15 39