Skip to content

Commit

Permalink
fix: add support for analytics secret key
Browse files Browse the repository at this point in the history
Signed-off-by: Akshay "XA" Mestry <[email protected]>
  • Loading branch information
xames3 committed Mar 2, 2024
1 parent e8e60e8 commit 7a62038
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -340,9 +340,7 @@ class LearnProject(t.NamedTuple):
html_theme = _project.theme
html_title = _project.short_title
html_theme_options = {
"analytics": {
"google_analytics_id": os.environ.get("GOOGLE_ANALYTICS_ID", "")
},
"analytics": {"google_analytics_id": "G-EH4C3J17BC"},
"article_header_end": [],
"footer_center": ["theme-version"],
"footer_end": ["last-updated"],
Expand Down

0 comments on commit 7a62038

Please sign in to comment.