Sphynx now gets version string automatically.
authorW. Trevor King <wking@drexel.edu>
Sat, 6 Feb 2010 01:09:58 +0000 (20:09 -0500)
committerW. Trevor King <wking@drexel.edu>
Sat, 6 Feb 2010 01:09:58 +0000 (20:09 -0500)
doc/conf.py

index 68b279f51e45e42b31f1cb7f3b6729e12de0ead6..b2dab25ecb80bd2f0030a773f2b3199f7f8668b9 100644 (file)
@@ -13,6 +13,8 @@
 
 import sys, os
 
+import libbe.version
+
 # If extensions (or modules to document with autodoc) are in another directory,
 # add these directories to sys.path here. If the directory is relative to the
 # documentation root, use os.path.abspath to make it absolute, like shown here.
@@ -45,9 +47,9 @@ copyright = u'2010, W. Trevor King'
 # built documents.
 #
 # The short X.Y version.
-version = '432'
+version = libbe.version.version()
 # The full version, including alpha/beta/rc tags.
-release = '432'
+release = libbe.version.version()
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.