s/canonical_version/canonical_version_string/g
This commit is contained in:
parent
09a8b83c5f
commit
a29bba7e9f
@ -64,7 +64,7 @@ from nova import version as nova_version
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = nova_version.version()
|
||||
# The short X.Y version.
|
||||
version = nova_version.canonical_version()
|
||||
version = nova_version.canonical_version_string()
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
Loading…
Reference in New Issue
Block a user