Skip to content

Commit

Permalink
adjust documentation theme
Browse files Browse the repository at this point in the history
  • Loading branch information
ForrestCKoch committed May 6, 2019
1 parent 50cd156 commit 582c498
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
sphinxcontrib-matlabdomain
sphinx_rtd_theme
18 changes: 18 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,3 +187,21 @@

# If true, `todo` and `todoList` produce output, else they produce nothing.
todo_include_todos = True

html_theme = "sphinx_rtd_theme"
html_theme_options = {
'canonical_url': '',
'analytics_id': 'UA-139625346-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 582c498

Please sign in to comment.