From f9710dcf0086c58b578e027f138ab7244e895616 Mon Sep 17 00:00:00 2001 From: Nicolas Hug Date: Tue, 20 Apr 2021 20:03:07 +0100 Subject: [PATCH] Add GA support --- docs/source/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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'