Staging
v0.5.1
https://github.com/python/cpython
Revision 459cb12a29f7e990a04138e5ec78e2b95547ccb2 authored by Łukasz Langa on 09 June 2020, 00:23:35 UTC, committed by Łukasz Langa on 09 June 2020, 00:23:35 UTC
1 parent 8f1f416
Raw File
Tip revision: 459cb12a29f7e990a04138e5ec78e2b95547ccb2 authored by Łukasz Langa on 09 June 2020, 00:23:35 UTC
Post 3.9.0b2
Tip revision: 459cb12
netlify.toml
[build]
    base = "Doc/"
    command = "make html"
    publish = "Doc/build/html"
back to top