Skip to content

Commit 4225a60

Browse files
authored
Add rybbit analytics
1 parent 464b367 commit 4225a60

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,10 @@ def get_version():
130130
html_css_files = [
131131
'css/rtd_theme_mods.css',
132132
]
133+
#load the rybbit analytics script
134+
html_js_files = [
135+
('https://app.rybbit.io/api/script.js',{'data-site-id': '626', 'async': 'async'})
136+
]
133137

134138

135139
# HTML Favicon

0 commit comments

Comments
 (0)