Skip to content

Commit

Permalink
Merge pull request #34 from henrypinkard/main
Browse files Browse the repository at this point in the history
fix analytics
  • Loading branch information
henrypinkard authored Nov 21, 2024
2 parents 07067b7 + 1cb9794 commit 43ceac3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
'sphinx_togglebutton',
'sphinx.ext.autodoc',
'sphinx_autodoc_typehints', # for better type hint support
'sphinxcontrib.googleanalytics'
]


Expand All @@ -48,3 +49,7 @@
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']


googleanalytics_id = 'G-VM4YE7745S' # Replace with your actual GA4 measurement ID
googleanalytics_enabled = True
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ sphinx-autodoc-typehints
sphinx-rtd-theme
sphinx-togglebutton
sphinx_autodoc_typehints
sphinxcontrib.googleanalytics

0 comments on commit 43ceac3

Please sign in to comment.