add in progress

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder
2018-03-07 16:05:43 -08:00
committed by lijinxia
parent 7a3a539b17
commit 927dac7000
5 changed files with 44 additions and 17 deletions

View File

@@ -96,6 +96,18 @@ except ImportError:
else:
html_theme = "sphinx_rtd_theme"
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
html_theme_options = {
'canonical_url': '',
'analytics_id': '',
'logo_only': False,
'display_version': True,
'prev_next_buttons_location': 'None',
# Toc options
'collapse_navigation': False,
'sticky_navigation': True,
'navigation_depth': 4
}
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the