Skip to content

Commit c38e2cd

Browse files
committedAug 25, 2016
doc/manual: no analytics_id with rtd
1 parent 0a4d4e3 commit c38e2cd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed
 

Diff for: ‎doc/manual/conf.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,7 @@ def __getattr__(cls, name):
130130
# Theme options are theme-specific and customize the look and feel of a theme
131131
# further. For a list of options available for each theme, see the
132132
# documentation.
133-
html_theme_options = {
134-
'analytics_id': 'UA-75602447-2',
135-
}
133+
html_theme_options = {}
136134

137135
# Add any paths that contain custom themes here, relative to this directory.
138136
#html_theme_path = []

0 commit comments

Comments
 (0)
Please sign in to comment.