summaryrefslogtreecommitdiffstats
path: root/doc/source
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/conf.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 368a686c3..996dfb0a7 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -61,8 +61,9 @@ copyright = u'2010, United States Government as represented by the Administrator
# built documents.
#
from nova import version as nova_version
+#import nova.version
# The full version, including alpha/beta/rc tags.
-release = nova_version.version()
+release = nova_version.version_string()
# The short X.Y version.
version = nova_version.canonical_version_string()