summaryrefslogtreecommitdiff
path: root/Documentation/conf.py
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2017-04-10 13:12:28 +0100
committerBen Pfaff <blp@ovn.org>2017-04-21 14:15:13 -0700
commitfd0837a76f4c7613e535a83b7677bf7946ce7b76 (patch)
tree1d9d09cf4f06e3359fb7c4cd9f8ca15651e905cd /Documentation/conf.py
parent717dbe617e9e28e51d8f131f88a44ddca7df7a68 (diff)
downloadopenvswitch-fd0837a76f4c7613e535a83b7677bf7946ce7b76.tar.gz
doc: Convert ovs-vlan-test to rST
Let's start with a simple one that lets us focus on setting up most of the required "infrastructure" for building man pages using Sphinx. This changes the 'check-htmldocs' target to 'check-docs' as its now responsible for building man page docs too. Other than that, hurrah for (mostly) legible syntaxes. [1] http://www.tldp.org/HOWTO/Man-Page/q2.html Signed-off-by: Stephen Finucane <stephen@that.guru> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'Documentation/conf.py')
-rw-r--r--Documentation/conf.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/conf.py b/Documentation/conf.py
index 49514ec96..54a0d1740 100644
--- a/Documentation/conf.py
+++ b/Documentation/conf.py
@@ -331,8 +331,9 @@ latex_documents = [
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
- (master_doc, 'openvswitch', u'Open vSwitch Documentation',
- [author], 1)
+ ('ref/ovs-vlan-test.8', 'ovs-vlan-test',
+ u'Check Linux drivers for problems with vlan traffic',
+ [author], 8)
]
# If true, show URL addresses after external links.