mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00

* add netlify deploy preview * fix publish path * install python3 venv * add sudo * try without venv * install right dependencies * use python3, not python * use pip3 * python3.7 * use requirements.txt * move requirements.txt to Doc * use python 3.7 in runtime.txt * move runtime.txt * Update requirements.txt
4 lines
No EOL
82 B
TOML
4 lines
No EOL
82 B
TOML
[build]
|
|
base = "Doc/"
|
|
command = "make html"
|
|
publish = "Doc/build/html" |