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 bae04dc commit 0b7780eCopy full SHA for 0b7780e
repo.toml
@@ -10,6 +10,18 @@ favicon = "${root}/assets/favicon.ico"
10
logo = "${root}/assets/nvidia-logo-white.png"
11
author = "NVIDIA Corporation"
12
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
25
sphinx_conf_py_extra = """
26
myst_enable_extensions = [
27
"colon_fence", "dollarmath",
0 commit comments