Skip to content

Commit

Permalink
Add Google Analytics (#550)
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <[email protected]>
  • Loading branch information
azeey authored Dec 11, 2024
1 parent 9c2ad2e commit 2adc668
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions base_conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"myst_parser",
"sphinx_copybutton",
"sphinx_design",
"sphinxcontrib.googleanalytics",
# 'sphinx_sitemap',
]

Expand Down Expand Up @@ -100,3 +101,5 @@
html_context = {
"deploy_url": os.environ.get("GZ_DEPLOY_URL", "")
}

googleanalytics_id = "G-JKS50SX85K"
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ sphinx
sphinx-copybutton
sphinx-design
requests
sphinxcontrib-googleanalytics

0 comments on commit 2adc668

Please sign in to comment.