Staging
v0.8.1
https://github.com/python/cpython
Revision 27c72ba45af9c59e84992a0f6e1169b7403fb894 authored by Miss Skeleton (bot) on 02 November 2020, 04:55:57 UTC, committed by GitHub on 02 November 2020, 04:55:57 UTC
1 parent 79e9f06
Raw File
Tip revision: 27c72ba45af9c59e84992a0f6e1169b7403fb894 authored by Miss Skeleton (bot) on 02 November 2020, 04:55:57 UTC
Minor formatting edits to the descriptor howto guide (GH-23092) (GH-23095)
Tip revision: 27c72ba
netlify.toml
[build]
    base = "Doc/"
    command = "make html"
    publish = "Doc/build/html"
back to top