We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4becd18 commit d21f85cCopy full SHA for d21f85c
build_docs.py
@@ -1009,6 +1009,8 @@ def main() -> int:
1009
if args.select_output is None:
1010
return build_docs_with_lock(args, "build_docs.lock")
1011
if args.select_output == "no-html":
1012
+ # Disable Plausible analytics for download copies
1013
+ os.environ.pop("PYTHON_DOCS_ENABLE_ANALYTICS", None)
1014
return build_docs_with_lock(args, "build_docs_archives.lock")
1015
if args.select_output == "only-html":
1016
return build_docs_with_lock(args, "build_docs_html.lock")
0 commit comments