From becca4761e1f95f5bbd60e673994206e8eac4d78 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Tue, 11 Apr 2017 13:13:16 -0400 Subject: 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 Acked-by: Stephen Finucane --- Documentation/conf.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Documentation/conf.py') 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. -- cgit v1.2.1