mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-11 03:52:59 +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>=1.4, !=1.5.4
|
||||||
- sphinx_rtd_theme
|
- sphinx_rtd_theme
|
||||||
- pip:
|
- pip:
|
||||||
|
- jupyter_alabaster_theme
|
||||||
- python-oauth2
|
- python-oauth2
|
||||||
- recommonmark==0.4.0
|
- recommonmark==0.4.0
|
||||||
|
@@ -21,6 +21,7 @@ extensions = [
|
|||||||
'sphinx.ext.intersphinx',
|
'sphinx.ext.intersphinx',
|
||||||
'sphinx.ext.napoleon',
|
'sphinx.ext.napoleon',
|
||||||
'autodoc_traits',
|
'autodoc_traits',
|
||||||
|
'jupyter_alabaster_theme',
|
||||||
]
|
]
|
||||||
|
|
||||||
templates_path = ['_templates']
|
templates_path = ['_templates']
|
||||||
@@ -66,7 +67,7 @@ source_suffix = ['.rst', '.md']
|
|||||||
# -- Options for HTML output ----------------------------------------------
|
# -- Options for HTML output ----------------------------------------------
|
||||||
|
|
||||||
# The theme to use for HTML and HTML Help pages.
|
# 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_options = {}
|
||||||
#html_theme_path = []
|
#html_theme_path = []
|
||||||
|
Reference in New Issue
Block a user