fixes Document make configuration by updating nova version mechanism to conform to rev530 update
This commit is contained in:
commit
afaf391e44
@ -61,8 +61,9 @@ copyright = u'2010, United States Government as represented by the Administrator
|
|||||||
# built documents.
|
# built documents.
|
||||||
#
|
#
|
||||||
from nova import version as nova_version
|
from nova import version as nova_version
|
||||||
|
#import nova.version
|
||||||
# The full version, including alpha/beta/rc tags.
|
# The full version, including alpha/beta/rc tags.
|
||||||
release = nova_version.version()
|
release = nova_version.version_string()
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = nova_version.canonical_version_string()
|
version = nova_version.canonical_version_string()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user