mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-14 13:33:00 +00:00
Update conda env and conf.py for clean build
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
name: jd
|
name: jhub_docs
|
||||||
channels:
|
channels:
|
||||||
- conda-forge
|
- conda-forge
|
||||||
dependencies:
|
dependencies:
|
||||||
@@ -10,6 +10,7 @@ dependencies:
|
|||||||
- sqlalchemy>=1
|
- sqlalchemy>=1
|
||||||
- tornado>=4.1
|
- tornado>=4.1
|
||||||
- traitlets>=4.1
|
- traitlets>=4.1
|
||||||
|
- sphinx>=1.3.6
|
||||||
|
- sphinx_rtd_theme
|
||||||
- pip:
|
- pip:
|
||||||
- sphinx>=1.3.6
|
|
||||||
- recommonmark==0.4.0
|
- recommonmark==0.4.0
|
@@ -139,10 +139,7 @@ html_theme = 'sphinx_rtd_theme'
|
|||||||
# Theme options are theme-specific and customize the look and feel of a theme
|
# 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
|
# further. For a list of options available for each theme, see the
|
||||||
# documentation.
|
# documentation.
|
||||||
html_theme_options = {
|
#html_theme_options = {}
|
||||||
'collapse_navigation': False,
|
|
||||||
'display_version': False,
|
|
||||||
}
|
|
||||||
|
|
||||||
# Add any paths that contain custom themes here, relative to this directory.
|
# Add any paths that contain custom themes here, relative to this directory.
|
||||||
#html_theme_path = []
|
#html_theme_path = []
|
||||||
|
Reference in New Issue
Block a user