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 c37de05 commit db35d27Copy full SHA for db35d27
source/conf.py
@@ -66,7 +66,10 @@
66
html_last_updated_fmt = ""
67
68
_metrics_js_files = [
69
- ("https://plausible.io/js/script.js", {"data-domain": "packaging.python.org", "defer": "defer"})
+ (
70
+ "https://plausible.io/js/script.js",
71
+ {"data-domain": "packaging.python.org", "defer": "defer"},
72
+ )
73
]
74
html_js_files = []
75
if RTD_CANONICAL_BUILD:
0 commit comments