Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/user_guide/configuring.rst
Original file line number Diff line number Diff line change
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