mirror of
https://github.com/python/cpython
synced 2024-11-02 08:22:14 +00:00
14a4fce457
Updating version of Sphinx to most recent one, 4.2.0. Documentation builds without warnings. Sphinx 4.2.0 release notes: https://www.sphinx-doc.org/en/master/changes.html#release-4-2-0-released-sep-12-2021. cc @JulienPalard Automerge-Triggered-By: GH:JulienPalard
12 lines
381 B
Text
12 lines
381 B
Text
# Requirements to build the Python documentation
|
|
|
|
# Sphinx version is pinned so that new versions that introduce new warnings
|
|
# won't suddenly cause build failures. Updating the version is fine as long
|
|
# as no warnings are raised by doing so.
|
|
sphinx==4.2.0
|
|
|
|
blurb
|
|
|
|
# The theme used by the documentation is stored separately, so we need
|
|
# to install that as well.
|
|
python-docs-theme
|