Skip to content

Commit

Permalink
Merge pull request #396 from mgrover1/add_google_analytics
Browse files Browse the repository at this point in the history
Add Google Analytics ID
  • Loading branch information
AdamTheisen committed Feb 22, 2022
2 parents 3e7f957 + 8926b26 commit e667c84
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,9 @@
# further. For a list of options available for each theme, see the
# documentation.
#
# html_theme_options = {}
html_theme_options = {
'google_analytics_id': 'UA-179020619-3',
}

# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
Expand Down

0 comments on commit e667c84

Please sign in to comment.