Fix release notes gate failure
This fix gate failure after 70a15588ac6bf2ffa4ec6f95b46ed9fde6a3df52. Closes-Bug: #1640383 Change-Id: Icdfe2fa68ec1ee8a070f2a5cdce8f56de53f8c40
This commit is contained in:
parent
c04b95bbe4
commit
ec62e6270d
@ -63,11 +63,10 @@ copyright = u'2016, automaton Developers'
|
|||||||
# built documents.
|
# built documents.
|
||||||
#
|
#
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
from automaton.version import version_info as automaton_version
|
import pkg_resources
|
||||||
# The full version, including alpha/beta/rc tags.
|
release = pkg_resources.get_distribution('automaton').version
|
||||||
release = automaton_version.version_string_with_vcs()
|
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = automaton_version.canonical_version_string()
|
version = release
|
||||||
|
|
||||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user