Skip to content

Commit ddc2e1b

Browse files
committed
update doc requirements
1 parent a42b0b3 commit ddc2e1b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/conf.py

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,19 @@
3232

3333
html_theme = 'sphinx_rtd_theme'
3434
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

Comments
 (0)