Unverified Commit 9d50acf3 authored by Nicolas Hug's avatar Nicolas Hug Committed by GitHub
Browse files

Add Google Analytics support (#1466)

parent f177a8d5
...@@ -123,7 +123,8 @@ html_theme_options = { ...@@ -123,7 +123,8 @@ html_theme_options = {
'collapse_navigation': False, 'collapse_navigation': False,
'display_version': True, 'display_version': True,
'logo_only': True, 'logo_only': True,
'navigation_with_keys': True 'navigation_with_keys': True,
'analytics_id': 'UA-117752657-2',
} }
html_logo = '_static/img/pytorch-logo-dark.svg' html_logo = '_static/img/pytorch-logo-dark.svg'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment