Merge "Remove setting of version/release from releasenotes"
This commit is contained in:
commit
66123f9bb8
@ -58,16 +58,11 @@ master_doc = 'index'
|
||||
project = u'Masakari Release Notes'
|
||||
copyright = u'2016, OpenStack Foundation'
|
||||
|
||||
# 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.
|
||||
#
|
||||
from masakari.version import version_info as masakari_version
|
||||
# Release notes are version independent.
|
||||
# The short X.Y version.
|
||||
version = ''
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = masakari_version.version_string_with_vcs()
|
||||
# The short X.Y version.
|
||||
version = masakari_version.canonical_version_string()
|
||||
release = ''
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
Loading…
x
Reference in New Issue
Block a user