Oops, fixed var name

This commit is contained in:
Joshua Harlow 2012-04-07 10:03:31 -07:00
parent 40371522f7
commit 8bfe4a9e8c
1 changed files with 2 additions and 2 deletions

View File

@ -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.