Staging
v0.5.1
https://github.com/python/cpython
Revision d2810054c7ee1b4ce925fc520224b595b53bf4b4 authored by Inada Naoki on 01 November 2020, 11:02:03 UTC, committed by GitHub on 01 November 2020, 11:02:03 UTC
1 parent 2165cea
Raw File
Tip revision: d2810054c7ee1b4ce925fc520224b595b53bf4b4 authored by Inada Naoki on 01 November 2020, 11:02:03 UTC
tempfile: Use random.choises() instead of choise() (GH-23068)
Tip revision: d281005
requirements.txt
# 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==3.2.1

blurb

# The theme used by the documentation is stored separately, so we need
# to install that as well.
python-docs-theme
back to top