Skip to content

Commit 1fa891e

Browse files
authored
Merge pull request #996 from pytorch/add-google-analytics
Add Google Analytics code
2 parents d5fc6b5 + 66868ec commit 1fa891e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/source/conf.py

+7
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,10 @@
6868
html_static_path = ["_static"]
6969
panels_add_fontawesome_latex = True
7070

71+
html_theme_options = {
72+
'pytorch_project': 'examples',
73+
'collapse_navigation': False,
74+
'display_version': True,
75+
'logo_only': False,
76+
'analytics_id': 'UA-117752657-2',
77+
}

0 commit comments

Comments
 (0)