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