mirror of
https://github.com/python/cpython.git
synced 2026-01-06 23:42:34 +00:00
* Revert "bpo-46184: remove `netlify.toml` (#30272)"
This reverts commit fbaf2e604c.
* Delete runtime.txt
* Create runtime.txt
* Delete runtime.txt
* Update netlify.toml
* Update netlify.toml
* Add netlify badge
* Update Doc/tools/templates/layout.html
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
* Update layout.html
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
8 lines
No EOL
157 B
TOML
8 lines
No EOL
157 B
TOML
[build]
|
|
base = "Doc/"
|
|
command = "make html"
|
|
publish = "build/html"
|
|
|
|
[build.environment]
|
|
PYTHON_VERSION = "3.8"
|
|
IS_DEPLOYMENT_PREVIEW = "true" |