We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a42b0b3 commit ddc2e1bCopy full SHA for ddc2e1b
docs/conf.py
@@ -32,3 +32,19 @@
32
33
html_theme = 'sphinx_rtd_theme'
34
html_static_path = ['_static']
35
+html_theme_options = {
36
+ 'analytics_id': 'G-XXXXXXXXXX', # Provided by Google in your dashboard
37
+ 'analytics_anonymize_ip': False,
38
+ 'logo_only': False,
39
+ 'display_version': True,
40
+ 'prev_next_buttons_location': 'bottom',
41
+ 'style_external_links': False,
42
+ 'vcs_pageview_mode': '',
43
+ 'style_nav_header_background': 'white',
44
+ # Toc options
45
+ 'collapse_navigation': True,
46
+ 'sticky_navigation': True,
47
+ 'navigation_depth': 4,
48
+ 'includehidden': True,
49
+ 'titles_only': False
50
+}
0 commit comments