mirror of https://github.com/python/cpython.git
8 lines
157 B
TOML
8 lines
157 B
TOML
|
[build]
|
||
|
base = "Doc/"
|
||
|
command = "make html"
|
||
|
publish = "build/html"
|
||
|
|
||
|
[build.environment]
|
||
|
PYTHON_VERSION = "3.8"
|
||
|
IS_DEPLOYMENT_PREVIEW = "true"
|