From fd219b5fffe070b7800b429607810d3c301b38ad Mon Sep 17 00:00:00 2001 From: Carol Willing Date: Sun, 28 Aug 2016 07:31:01 -0700 Subject: [PATCH] Update conda env and conf.py for clean build --- docs/environment.yml | 5 +++-- docs/source/conf.py | 5 +---- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/docs/environment.yml b/docs/environment.yml index 6cc3d3cc..3064a799 100644 --- a/docs/environment.yml +++ b/docs/environment.yml @@ -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 \ No newline at end of file diff --git a/docs/source/conf.py b/docs/source/conf.py index 3782ea67..54c33706 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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 = []