Skip to content

Commit

Permalink
update thursday
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesflynn committed Mar 27, 2020
1 parent bfb04f4 commit 6c75490
Show file tree
Hide file tree
Showing 5 changed files with 158 additions and 136 deletions.
18 changes: 18 additions & 0 deletions docs/_conf.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
master_doc = 'index'

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': '#1a479a',
# Toc options
'collapse_navigation': True,
'sticky_navigation': True,
'navigation_depth': 4,
'includehidden': True,
'titles_only': True
}

0 comments on commit 6c75490

Please sign in to comment.