Skip to content

Commit

Permalink
Update example to correspond to new Google Analytics ID (#650)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamRJensen committed May 3, 2022
1 parent 9d568d7 commit 64d73c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/user_guide/configuring.rst
Expand Up @@ -768,13 +768,13 @@ following configuration to your ``conf.py`` file:
Google Analytics
================

If the ``google_analytics_id`` config option is specified (like ``UA-XXXXXXX``),
If the ``google_analytics_id`` config option is specified (like ``G-XXXXXXXXXX``),
Google Analytics' javascript is included in the html pages.

.. code:: python
html_theme_options = {
"google_analytics_id": "UA-XXXXXXX",
"google_analytics_id": "G-XXXXXXXXXX",
}
Expand Down

0 comments on commit 64d73c3

Please sign in to comment.