aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/conf.py2
-rw-r--r--doc/requirements.txt5
2 files changed, 6 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 1fa5ae5b3..08a242310 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -29,7 +29,7 @@ sys.path.insert(0, os.path.abspath('_extensions'))
# -- General configuration ------------------------------------------------
# If your documentation needs a minimal Sphinx version, state it here.
-#needs_sphinx = '1.0'
+needs_sphinx = '1.5'
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
diff --git a/doc/requirements.txt b/doc/requirements.txt
index e657860af..c9503cede 100644
--- a/doc/requirements.txt
+++ b/doc/requirements.txt
@@ -1 +1,6 @@
+#-r ../requirements.txt
sphinx>=1.5.2
+# sphinxcontrib-textstyle>=0.2.1
+# sphinxcontrib-spelling>=2.2.0
+# changelog>=0.3.5
+