Oops, fixed var name
This commit is contained in:
parent
40371522f7
commit
8bfe4a9e8c
@ -50,8 +50,8 @@ project = u'DEVSTACKpy'
|
||||
# |version| and |release|, also used in various other places throughout the
|
||||
# built documents.
|
||||
from devstack import version as devstack_version
|
||||
release = nova_version.version_string()
|
||||
version = nova_version.canonical_version_string()
|
||||
release = devstack_version.version_string()
|
||||
version = devstack_version.canonical_version_string()
|
||||
|
||||
# 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