diff --git a/docs/source/conf.py b/docs/source/conf.py index 3bc89e999d..f78858e381 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -123,7 +123,8 @@ 'collapse_navigation': False, 'display_version': 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'