Skip to content

Commit 1e8f614

Browse files
committed
Adding simple analytics to track documentation page views
1 parent db06803 commit 1e8f614

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/source/conf.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,3 +96,8 @@
9696
"color-brand-visited": "#37939B",
9797
}
9898
}
99+
100+
# Inject Simple Analytics
101+
html_js_files = [
102+
"https://scripts.simpleanalyticscdn.com/latest.js",
103+
]

0 commit comments

Comments
 (0)