Skip to content

Commit 0b7780e

Browse files
chore: Add Adobe analytics scripts to docs (#171)
Signed-off-by: Mike McKiernan <[email protected]>
1 parent bae04dc commit 0b7780e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

repo.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,18 @@ favicon = "${root}/assets/favicon.ico"
1010
logo = "${root}/assets/nvidia-logo-white.png"
1111
author = "NVIDIA Corporation"
1212

13+
extra_content_head = [
14+
'''
15+
<script src="https://assets.adobedtm.com/5d4962a43b79/c1061d2c5e7b/launch-191c2462b890.min.js" ></script>
16+
''',
17+
]
18+
19+
extra_content_footer = [
20+
'''
21+
<script type="text/javascript">if (typeof _satellite !== "undefined") {_satellite.pageBottom();}</script>
22+
''',
23+
]
24+
1325
sphinx_conf_py_extra = """
1426
myst_enable_extensions = [
1527
"colon_fence", "dollarmath",

0 commit comments

Comments
 (0)