updating circle for docs and adding a roadmap

This commit is contained in:
Chris Holdgraf
2018-11-14 11:16:27 -08:00
parent 767dce29f4
commit 891a352f42
6 changed files with 107 additions and 1 deletions

View File

@@ -67,7 +67,9 @@ source_suffix = ['.rst', '.md']
# -- Options for HTML output ----------------------------------------------
# The theme to use for HTML and HTML Help pages.
html_theme = 'alabaster'
import alabaster_jupyterhub
html_theme = 'alabaster_jupyterhub'
html_theme_path = [alabaster_jupyterhub.get_html_theme_path()]
html_logo = '_static/images/logo/logo.png'
html_favicon = '_static/images/logo/favicon.ico'