needs sphinx 1.3

This commit is contained in:
Min RK
2016-01-13 16:56:07 +01:00
parent eb0a38c136
commit fbf3b45d52
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@@ -4,6 +4,8 @@ node_modules
.DS_Store .DS_Store
build build
dist dist
docs/_build
.ipynb_checkpoints
# ignore config file at the top-level of the repo # ignore config file at the top-level of the repo
# but not sub-dirs # but not sub-dirs
/jupyterhub_config.py /jupyterhub_config.py

View File

@@ -27,7 +27,7 @@ import recommonmark.parser
# -- General configuration ------------------------------------------------ # -- General configuration ------------------------------------------------
# If your documentation needs a minimal Sphinx version, state it here. # If your documentation needs a minimal Sphinx version, state it here.
#needs_sphinx = '1.0' needs_sphinx = '1.3'
# Add any Sphinx extension module names here, as strings. They can be # Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom