From c5cea738fbc90f36e8daec106d77269fa44cb2f5 Mon Sep 17 00:00:00 2001 From: "Ian Y. Choi" Date: Wed, 14 Feb 2018 00:06:32 +0000 Subject: [PATCH] Do not show version number This patch proposes not to show the version number like "2016.2" in https://docs.openstack.org/upstream-training/ . Change-Id: I293603e92566907d2ecfe8e2dc5af9bd24e2e8b4 --- doc/upstream-training/source/slides/conf.py | 13 ++++--------- doc/upstream-training/source/website/conf.py | 13 ++++--------- 2 files changed, 8 insertions(+), 18 deletions(-) diff --git a/doc/upstream-training/source/slides/conf.py b/doc/upstream-training/source/slides/conf.py index e9cd8662..0e29d1c7 100644 --- a/doc/upstream-training/source/slides/conf.py +++ b/doc/upstream-training/source/slides/conf.py @@ -53,16 +53,11 @@ master_doc = 'slide-index' # General information about the project. project = u'Upstream Training Guide' -copyright = u'2014-2016, OpenStack contributors' +copyright = u'2014-2018, OpenStack contributors' -# The version info for the project you're documenting, acts as replacement for -# |version| and |release|, also used in various other places throughout the -# built documents. -# -# The short X.Y version. -version = '2016.2' -# The full version, including alpha/beta/rc tags. -release = '2016.2' +# No need to show a version number +version = '' +release = '' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/doc/upstream-training/source/website/conf.py b/doc/upstream-training/source/website/conf.py index 17f0fd67..f8ce438a 100644 --- a/doc/upstream-training/source/website/conf.py +++ b/doc/upstream-training/source/website/conf.py @@ -49,16 +49,11 @@ master_doc = 'index' # General information about the project. project = u'Upstream Training Guide' bug_tag = u'upstream' -copyright = u'2014-2016, OpenStack contributors' +copyright = u'2014-2018, OpenStack contributors' -# The version info for the project you're documenting, acts as replacement for -# |version| and |release|, also used in various other places throughout the -# built documents. -# -# The short X.Y version. -version = '2016.2' -# The full version, including alpha/beta/rc tags. -release = '2016.2' +# No need to show a version number +version = '' +release = '' # A few variables have to be set for the log-a-bug feature. # giturl: The location of conf.py on Git. Must be set manually.