Staging
v0.5.1
https://github.com/python/cpython
Revision 16e79a47ca3b4efb2300f24aa084c20bb5e8ae0d authored by Miss Islington (bot) on 25 June 2020, 11:28:47 UTC, committed by GitHub on 25 June 2020, 11:28:47 UTC
(cherry picked from commit 589e8fe07934a8585d6c5c31d12ae5f766b8fec7)

Co-authored-by: Ned Deily <nad@python.org>
1 parent bdc55eb
Raw File
Tip revision: 16e79a47ca3b4efb2300f24aa084c20bb5e8ae0d authored by Miss Islington (bot) on 25 June 2020, 11:28:47 UTC
bpo-40204: Pin Sphinx version to 2.3.1 in ``Doc/Makefile``. (GH-21141)
Tip revision: 16e79a4
netlify.toml
[build]
    base = "Doc/"
    command = "make html"
    publish = "Doc/build/html"
back to top