summaryrefslogtreecommitdiff
path: root/Documentation/conf.py
diff options
context:
space:
mode:
authorIlya Maximets <i.maximets@samsung.com>2017-03-09 14:55:24 +0300
committerBen Pfaff <blp@ovn.org>2017-03-17 13:21:32 -0700
commit59cf52e6d3307d5889335893fc941fe55cd3ed99 (patch)
treec16f73b0c25886f90f2f45a6ba3786a62147679a /Documentation/conf.py
parent23cb93ff917e2addfed497730a8e72f261e677ce (diff)
downloadopenvswitch-59cf52e6d3307d5889335893fc941fe55cd3ed99.tar.gz
doc: Decrease build requirements to support RHEL7.
Sphinx 1.1.3 on RHEL7 is able to properly build the documentation. Discovering fixed because 'sphinx-build v1.1.3' doesn't support '--version' option. Acked-by: Stephen Finucane <stephen@that.guru> Signed-off-by: Ilya Maximets <i.maximets@samsung.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'Documentation/conf.py')
-rw-r--r--Documentation/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/conf.py b/Documentation/conf.py
index ab439cf2f..6a924b376 100644
--- a/Documentation/conf.py
+++ b/Documentation/conf.py
@@ -30,7 +30,7 @@ except ImportError:
# If your documentation needs a minimal Sphinx version, state it here.
#
-needs_sphinx = '1.2'
+needs_sphinx = '1.1'
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom