summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2012-03-10 21:27:02 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2012-03-10 21:27:02 +0000
commitde69c50f8c76a49561e88ce9912c72864bd5925b (patch)
tree256f55775607f47b7ab41e535de1d73f95bdec7f
parent15b01d8c3fd7150f3b271ca98ebbc714977d0344 (diff)
docs: don't use hardcoded version string
in conf.py
-rw-r--r--docs/source/conf.py14
1 files changed, 2 insertions, 12 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py
index aeed7c87..ca8f8fb2 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -1,15 +1,5 @@
# -*- coding: utf-8 -*-
-#
-# alot documentation build configuration file, created by
-# sphinx-quickstart on Tue Jan 10 16:45:54 2012.
-#
-# This file is execfile()d with the current directory set to its containing dir.
-#
-# Note that not all possible configuration values are present in this
-# autogenerated file.
-#
-# All configuration values have a default; values that are commented out
-# serve to show the default.
+# alot documentation build configuration file
import sys, os
@@ -82,7 +72,7 @@ copyright = u'2012, Patrick Totzke'
# The short X.Y version.
version = __version__
# The full version, including alpha/beta/rc tags.
-release = '0.21'
+release = version
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.