Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
myngoc committed Aug 24, 2019
1 parent d55fa32 commit 603e1e2
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,20 @@
]

html_theme = "sphinx_rtd_theme"

html_theme_options = {
'canonical_url': '',
'analytics_id': 'UA-146396682-1', # Provided by Google in your dashboard
'logo_only': False,
'display_version': True,
'prev_next_buttons_location': 'bottom',
'style_external_links': False,
'vcs_pageview_mode': '',
'style_nav_header_background': 'white',
# Toc options
'collapse_navigation': True,
'sticky_navigation': True,
'navigation_depth': 4,
'includehidden': True,
'titles_only': False
}

0 comments on commit 603e1e2

Please sign in to comment.