Staging
v0.5.1
https://github.com/python/cpython
Revision c33378df3988de26a07df9cb9ba5df4192ed9c4e authored by Łukasz Langa on 24 January 2020, 21:05:07 UTC, committed by Łukasz Langa on 24 January 2020, 21:05:07 UTC
1 parent 9017e0b
Raw File
Tip revision: c33378df3988de26a07df9cb9ba5df4192ed9c4e authored by Łukasz Langa on 24 January 2020, 21:05:07 UTC
Python 3.9.0a3
Tip revision: c33378d
netlify.toml
[build]
    base = "Doc/"
    command = "make html"
    publish = "Doc/build/html"
back to top