Skip to content

Commit

Permalink
Add Google Analytics (gazebosim#550)
Browse files Browse the repository at this point in the history
Signed-off-by: Addisu Z. Taddese <[email protected]>
  • Loading branch information
azeey committed Jan 9, 2025
1 parent f12d0e5 commit f8ce75e
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 f8ce75e

Please sign in to comment.