mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-10 11:33:01 +00:00
Change to jupyter alabaster doc theme
This commit is contained in:
@@ -13,5 +13,6 @@ dependencies:
|
||||
- sphinx>=1.4, !=1.5.4
|
||||
- sphinx_rtd_theme
|
||||
- pip:
|
||||
- jupyter_alabaster_theme
|
||||
- python-oauth2
|
||||
- recommonmark==0.4.0
|
||||
|
@@ -21,6 +21,7 @@ extensions = [
|
||||
'sphinx.ext.intersphinx',
|
||||
'sphinx.ext.napoleon',
|
||||
'autodoc_traits',
|
||||
'jupyter_alabaster_theme',
|
||||
]
|
||||
|
||||
templates_path = ['_templates']
|
||||
@@ -66,7 +67,7 @@ source_suffix = ['.rst', '.md']
|
||||
# -- Options for HTML output ----------------------------------------------
|
||||
|
||||
# The theme to use for HTML and HTML Help pages.
|
||||
html_theme = 'sphinx_rtd_theme'
|
||||
html_theme = 'jupyter_alabaster_theme'
|
||||
|
||||
#html_theme_options = {}
|
||||
#html_theme_path = []
|
||||
|
Reference in New Issue
Block a user