summaryrefslogtreecommitdiff
path: root/Documentation/conf.py
diff options
context:
space:
mode:
authorIlya Maximets <i.maximets@ovn.org>2021-08-07 01:54:27 +0200
committerIlya Maximets <i.maximets@ovn.org>2021-08-31 20:56:47 +0200
commitc2fb5bdae6e3f8db3bc20015f61364b8d5ba383a (patch)
treeadc845b2bab554ea5325e9a14c2a11b7bc069d2b /Documentation/conf.py
parent748010ff304b7cd2c43f4eb98a554433f0df07f9 (diff)
downloadopenvswitch-c2fb5bdae6e3f8db3bc20015f61364b8d5ba383a.tar.gz
ovs-actions: Convert man page from xml to rST.
This way it's easier to show it on a website as it will be updated automatically along with the rest of the documentation. Sphinx doesn't render everything perfectly, but it looks good enough in both man and html versions. rST is a bit easier to read and it takes less space. Conversion performed manually since I didn't found any good tool that can actually make the process any faster. Along the way I replaced versions like x.y.90 with x.y+1, because it doesn't seem correct to me to refer non-released versions of OVS in the docs. Fixed a couple of small mistakes like duplicated paragraph and reference to a different section by incorrect name. Also removed bits of xml->nroff conversion code that is not needed anymore. Signed-off-by: Ilya Maximets <i.maximets@ovn.org> Acked-by: Roi Dayan <roid@nvidia.com>
Diffstat (limited to 'Documentation/conf.py')
-rw-r--r--Documentation/conf.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/conf.py b/Documentation/conf.py
index 37d92c36f..085ca2cd6 100644
--- a/Documentation/conf.py
+++ b/Documentation/conf.py
@@ -48,7 +48,7 @@ master_doc = 'contents'
# General information about the project.
project = u'Open vSwitch'
-copyright = u'2016, The Open vSwitch Development Community'
+copyright = u'2016-2021, The Open vSwitch Development Community'
author = u'The Open vSwitch Development Community'
# The version info for the project you're documenting, acts as replacement for
@@ -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-actions.7',
+ u'OpenFlow actions and instructions with Open vSwitch extensions'),
('ovs-appctl.8',
u'utility for configuring running Open vSwitch daemons'),
('ovs-ctl.8',