Merge "Remove setting of version/release from releasenotes"

This commit is contained in:
Zuul 2017-11-20 09:52:08 +00:00 committed by Gerrit Code Review
commit fb9a8b20a7
1 changed files with 4 additions and 8 deletions

View File

@ -28,16 +28,12 @@ bug_project = 'diskimage-builder'
bug_tag = ''
html_last_updated_fmt = '%Y-%m-%d %H:%M'
# 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 diskimage_builder import version as dib_version
# Release notes do not need a version in the title, they span
# multiple versions.
# The short X.Y version.
release = dib_version.version_info.release_string()
release = ''
# The full version, including alpha/beta/rc tags.
version = dib_version.version_info.version_string()
version = ''
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.