Skip to content

Commit

Permalink
RTD: Fix GA Integration (#1205)
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l authored Feb 12, 2025
1 parent 4f46952 commit 4680512
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
sphinx>=5.3
sphinx-copybutton
sphinx_rtd_theme>=1.1.1
sphinxcontrib-googleanalytics
recommonmark
# docutils 0.17 breaks HTML tags & RTD theme
# https://github.com/sphinx-doc/sphinx/issues/9001
Expand Down
5 changes: 5 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,13 @@
extensions = [
"breathe",
"sphinx_copybutton",
"sphinxcontrib.googleanalytics",
]

# Google Analytics
googleanalytics_id = "G-Z1D5ZZDNC6"
googleanalytics_enabled = True

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']

Expand Down

0 comments on commit 4680512

Please sign in to comment.