Skip to content

Commit d365cbf

Browse files
authored
Adding simple analytics to track documentation page views (#48)
1 parent db06803 commit d365cbf

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

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)