summaryrefslogtreecommitdiff
path: root/Documentation/conf.py
diff options
context:
space:
mode:
authorBen Pfaff <blp@ovn.org>2018-05-17 12:31:45 -0700
committerBen Pfaff <blp@ovn.org>2018-05-25 14:25:43 -0700
commitea38b8931a5bd59834c4f96a4fb68ffcc05fb6c3 (patch)
treeb8675bfb059e98947e1a98c8539e50e97e2c5e46 /Documentation/conf.py
parent0f03ae3754ec8b30341befff81814fdc88cf0b88 (diff)
downloadopenvswitch-ea38b8931a5bd59834c4f96a4fb68ffcc05fb6c3.tar.gz
ovs-sim: Convert documentation to RST format.
Signed-off-by: Ben Pfaff <blp@ovn.org> Acked-by: Justin Pettit <jpettit@ovn.org>
Diffstat (limited to 'Documentation/conf.py')
-rw-r--r--Documentation/conf.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/conf.py b/Documentation/conf.py
index babda21de..0a61dc3f3 100644
--- a/Documentation/conf.py
+++ b/Documentation/conf.py
@@ -114,6 +114,8 @@ html_static_path = ['_static']
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
_man_pages = [
+ ('ovs-sim.1',
+ u'Open vSwitch simulator environment'),
('ovs-test.8',
u'Check Linux drivers for performance, vlan and L3 tunneling problems'),
('ovs-vlan-test.8',