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 203c461 commit 9538548Copy full SHA for 9538548
conf.py
@@ -30,6 +30,12 @@
30
# "navbar_end": ["navbar-icon-links"],
31
# "footer_items": ["copyright", "sphinx-version"],
32
"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
+ },
39
}
40
html_file_suffix = '.html'
41
html_sidebars = {
0 commit comments