Skip to content

Commit 9538548

Browse files
authored
Add plausible
1 parent 203c461 commit 9538548

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

conf.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@
3030
# "navbar_end": ["navbar-icon-links"],
3131
# "footer_items": ["copyright", "sphinx-version"],
3232
"secondary_sidebar_items": [],
33+
"analytics": {
34+
# The domain you'd like to use for this analytics instance
35+
"plausible_analytics_domain": "emsig.xyz",
36+
# The analytics script that is served by Plausible
37+
"plausible_analytics_url": "https://plausible.io/js/plausible.js",
38+
},
3339
}
3440
html_file_suffix = '.html'
3541
html_sidebars = {

0 commit comments

Comments
 (0)