Skip to content

Commit 23c1944

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 3209c86 commit 23c1944

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/source/conf.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,9 +318,12 @@ def parse_schema(d, md=[], depth=0, pre=""):
318318
"advanced": "administrator/advanced",
319319
}
320320

321+
321322
def setup(app):
322323
# Enable Plausible.io stats for jupyter.org
323-
app.add_js_file("https://plausible.io/js/pa-B75UO5--FNXYQSG7GBWkf.js", loading_method="async")
324+
app.add_js_file(
325+
"https://plausible.io/js/pa-B75UO5--FNXYQSG7GBWkf.js", loading_method="async"
326+
)
324327
app.add_js_file(
325328
filename=None,
326329
body="window.plausible=window.plausible||function(){(plausible.q=plausible.q||[]).push(arguments)},plausible.init=plausible.init||function(i){plausible.o=i||{}};plausible.init({hashBasedRouting:true})",

0 commit comments

Comments
 (0)