summaryrefslogtreecommitdiff
path: root/Documentation/conf.py
diff options
context:
space:
mode:
authorRussell Bryant <russell@ovn.org>2017-04-11 13:13:16 -0400
committerRussell Bryant <russell@ovn.org>2017-04-12 11:09:28 -0400
commitbecca4761e1f95f5bbd60e673994206e8eac4d78 (patch)
treee375128eab4bd97dcddc5ac787bde0c8e9a873c1 /Documentation/conf.py
parent280337736851db0358511ee211d02dc0975aad1a (diff)
downloadopenvswitch-becca4761e1f95f5bbd60e673994206e8eac4d78.tar.gz
docs: Update version numbers in doc config.
Update the version numbers in the documentation config to reflect 2.7.90 instead of 2.6.0. This patch also updates the build system to automatically update this file. conf.py is now a generated file from conf.py.in. We still include conf.py in the tree because it's needed for the docs to be automatically generated for docs.openvswitch.org. Signed-off-by: Russell Bryant <russell@ovn.org> Acked-by: Stephen Finucane <stephen@that.guru>
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 6a924b376..ae672cbe7 100644
--- a/Documentation/conf.py
+++ b/Documentation/conf.py
@@ -1,3 +1,4 @@
+# Generated automatically -- do not modify! -*- buffer-read-only: t -*-
# -*- coding: utf-8 -*-
#
# Open vSwitch documentation build configuration file, created by
@@ -63,9 +64,9 @@ author = u'The Open vSwitch Development Community'
# built documents.
#
# The short X.Y version.
-version = u'2.6'
+version = u'2.7'
# The full version, including alpha/beta/rc tags.
-release = u'2.6.0'
+release = u'2.7.90'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.