mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-14 05:23:01 +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:
|
||||
- conda-forge
|
||||
dependencies:
|
||||
@@ -10,6 +10,7 @@ dependencies:
|
||||
- sqlalchemy>=1
|
||||
- tornado>=4.1
|
||||
- traitlets>=4.1
|
||||
- sphinx>=1.3.6
|
||||
- sphinx_rtd_theme
|
||||
- pip:
|
||||
- sphinx>=1.3.6
|
||||
- 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
|
||||
# further. For a list of options available for each theme, see the
|
||||
# documentation.
|
||||
html_theme_options = {
|
||||
'collapse_navigation': False,
|
||||
'display_version': False,
|
||||
}
|
||||
#html_theme_options = {}
|
||||
|
||||
# Add any paths that contain custom themes here, relative to this directory.
|
||||
#html_theme_path = []
|
||||
|
Reference in New Issue
Block a user