Update conda env and conf.py for clean build

This commit is contained in:
Carol Willing
2016-08-28 07:31:01 -07:00
parent eaeec9f19b
commit fd219b5fff
2 changed files with 4 additions and 6 deletions

View File

@@ -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

View File

@@ -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 = []