From: W. Trevor King Date: Sat, 6 Feb 2010 01:09:58 +0000 (-0500) Subject: Sphynx now gets version string automatically. X-Git-Tag: 1.0.0~59^2~13^2~8 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4109434843ecdf2e73a010fcbb37cc3d404ef8ef;p=be.git Sphynx now gets version string automatically. --- diff --git a/doc/conf.py b/doc/conf.py index 68b279f..b2dab25 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -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.