Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions build_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -1009,6 +1009,8 @@ def main() -> int:
if args.select_output is None:
return build_docs_with_lock(args, "build_docs.lock")
if args.select_output == "no-html":
# Disable Plausible analytics for download copies
os.environ.pop("PYTHON_DOCS_ENABLE_ANALYTICS", None)
return build_docs_with_lock(args, "build_docs_archives.lock")
if args.select_output == "only-html":
return build_docs_with_lock(args, "build_docs_html.lock")
Expand Down