summaryrefslogtreecommitdiffstats
path: root/docs/source/conf.py
diff options
context:
space:
mode:
authorDamien Churchill <damoc@gmail.com>2009-07-20 09:36:16 +0000
committerDamien Churchill <damoc@gmail.com>2009-07-20 09:36:16 +0000
commit3c74a8e4bf6a7a5471e238bebc8bd6383733e6ee (patch)
treeb0b76c83c76f021f61512b456937c683cdb365a8 /docs/source/conf.py
parent8bb70f1671f0dc0966b312956745219b47f94a5b (diff)
downloaddeluge-3c74a8e4bf6a7a5471e238bebc8bd6383733e6ee.tar.gz
deluge-3c74a8e4bf6a7a5471e238bebc8bd6383733e6ee.tar.bz2
deluge-3c74a8e4bf6a7a5471e238bebc8bd6383733e6ee.zip
update the docs, creating a simple structure for user orientated documentation
Diffstat (limited to 'docs/source/conf.py')
-rw-r--r--docs/source/conf.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 2db6520ff..a77e2f4e0 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -12,6 +12,7 @@
# serve to show the default value.
import sys, os
+import deluge.common
# If your extensions are in another directory, add it here. If the directory
# is relative to the documentation root, use os.path.abspath to make it
@@ -42,9 +43,9 @@ copyright = '2008, Andrew Resch'
# other places throughout the built documents.
#
# The short X.Y version.
-version = '1.1.0'
+version = deluge.common.get_version()
# The full version, including alpha/beta/rc tags.
-release = '1.1.0'
+release = deluge.common.get_version()
# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used: