summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRich Bennett <rb2745@att.com>2017-08-08 20:27:58 -0400
committerRich Bennett <rb2745@att.com>2017-08-08 20:28:51 -0400
commitda7f8a14395e007e798b8df3429ce5cd55c9f426 (patch)
tree5be8141102b4b9d1702d331818ad50f96fbe36cc
parente6af771992ef632695c9e46a4c2053b4a22036c0 (diff)
[DOC-24] Revert to Sphinx 1.5.3 for RTD
Change-Id: Ib70e11d11edf82a5d9ac1d7d8d34a7ee460684a2 Signed-off-by: Rich Bennett <rb2745@att.com>
-rw-r--r--docs/conf.py2
-rw-r--r--etc/requirements.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 2ecd6d528..19b23f423 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -24,7 +24,7 @@ import shlex
# -- General configuration ------------------------------------------------
# If your documentation needs a minimal Sphinx version, state it here.
-needs_sphinx = '1.6.3'
+needs_sphinx = '1.5.3'
# 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/etc/requirements.txt b/etc/requirements.txt
index f01ad1c62..9a1f89170 100644
--- a/etc/requirements.txt
+++ b/etc/requirements.txt
@@ -1,5 +1,5 @@
tox
-Sphinx==1.6.3
+Sphinx==1.5.3
doc8
docutils
setuptools