Skip to content

Commit

Permalink
Create conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
myngoc committed Aug 24, 2019
1 parent 6f24706 commit cdca1db
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions conf.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
html_theme_options = {
'canonical_url': '',
'analytics_id': 'UA-XXXXXXX-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 cdca1db

Please sign in to comment.