Skip to content

Commit

Permalink
add umami analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
martinmiglio committed Oct 2, 2023
1 parent 68a28e2 commit 9f31b82
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"sphinxext.opengraph",
"sphinx_copybutton",
]
templates_path = ["_templates"]
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]

autodoc_default_options = {
Expand All @@ -34,6 +33,12 @@
html_theme_options = {
"sidebarwidth": "19em",
}
html_static_path = ["_static"]
htmlhelp_basename = "pymemuc"
intersphinx_mapping = {"Python Docs": ("http://docs.python.org/", None)}

html_js_files = [
(
"https://analytics.martinmiglio.dev/script.js",
{"data-website-id": "28d008aa-35e3-4aaa-8964-b06ec824bfed", "async": "async"},
),
]

0 comments on commit 9f31b82

Please sign in to comment.