summaryrefslogtreecommitdiff
path: root/Documentation/requirements.txt
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2017-01-03 21:33:05 +0000
committerBen Pfaff <blp@ovn.org>2017-01-04 07:59:02 -0800
commiteeab45ffdc74325ba1aef893b1805e69867789da (patch)
treed511c68c886fb5af5a5470d4a10e3f49a5c7c523 /Documentation/requirements.txt
parent2974ce8e4a19980cadfdf89b180c41e17a369cde (diff)
downloadopenvswitch-eeab45ffdc74325ba1aef893b1805e69867789da.tar.gz
doc: Use ovs theme
The recently published 'ovs' theme [1] copies the styling of the Open vSwitch website. Start using this, with fallbacks for users who do not have the package installed. This extends support for building docs to users of Sphinx 1.2 as the previous theme - bizstyle - was only available in 1.3+. [1] https://pypi.python.org/pypi/ovs-sphinx-theme Signed-off-by: Stephen Finucane <stephen@that.guru> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'Documentation/requirements.txt')
-rw-r--r--Documentation/requirements.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/requirements.txt b/Documentation/requirements.txt
index 354d3d0d8..fcc02fd94 100644
--- a/Documentation/requirements.txt
+++ b/Documentation/requirements.txt
@@ -1 +1,2 @@
-sphinx>=1.3
+sphinx>=1.2,<2.0
+ovs_sphinx_theme>=1.0,<1.1