mirror of
https://github.com/python/cpython
synced 2024-11-05 18:12:54 +00:00
d92407ed49
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
11 lines
372 B
TOML
11 lines
372 B
TOML
[build]
|
|
base = "Doc/"
|
|
command = "make html"
|
|
publish = "build/html"
|
|
# Do not trigger netlify builds if docs were not changed.
|
|
# Changed files should be in sync with `.github/workflows/doc.yml`
|
|
ignore = "git diff --quiet $CACHED_COMMIT_REF $COMMIT_REF . ../netlify.toml"
|
|
|
|
[build.environment]
|
|
PYTHON_VERSION = "3.8"
|
|
IS_DEPLOYMENT_PREVIEW = "true"
|