update conf.py for theme

This commit is contained in:
Carol Willing
2018-05-03 03:34:16 +02:00
parent 6389751c22
commit 22a1df6fa0

View File

@@ -72,28 +72,36 @@ html_theme = 'alabaster'
#html_theme_path = [] #html_theme_path = []
#html_title = None #html_title = None
#html_short_title = None #html_short_title = None
#html_logo = None html_logo = '_static/images/logo/favicon.ico'
#html_favicon = None html_favicon = '_static/images/logo/logo.png'
# Paths that contain custom static files (such as style sheets) # Paths that contain custom static files (such as style sheets)
html_static_path = ['_static'] html_static_path = ['_static']
#html_extra_path = [] html_theme_options = {
#html_last_updated_fmt = '%b %d, %Y' 'show_related': True,
#html_use_smartypants = True 'description': 'Documentation for JupyterHub',
#html_sidebars = {} 'github_user': 'jupyterhub',
#html_additional_pages = {} 'github_repo': 'jupyterhub',
#html_domain_indices = True 'github_banner': False,
#html_use_index = True 'github_button': False,
#html_split_index = False 'show_powered_by': False,
#html_show_sourcelink = True 'extra_nav_links': {
#html_show_sphinx = True 'GitHub Repo': 'http://github.com/jupyterhub/jupyterhub',
#html_show_copyright = True 'Issue Tracker': 'http://github.com/jupyterhub/jupyterhub/issues',
#html_use_opensearch = '' },
#html_file_suffix = None }
#html_search_language = 'en'
#html_search_options = {'type': 'default'} html_sidebars = {
#html_search_scorer = 'scorer.js' '**': [
'about.html',
'searchbox.html',
'navigation.html',
'relations.html',
'sourcelink.html',
],
}
htmlhelp_basename = 'JupyterHubdoc' htmlhelp_basename = 'JupyterHubdoc'
# -- Options for LaTeX output --------------------------------------------- # -- Options for LaTeX output ---------------------------------------------