summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSergey Schetinin <sergey@maluke.com>2011-09-24 13:26:57 +0300
committerSergey Schetinin <sergey@maluke.com>2011-09-24 13:26:57 +0300
commitc3052b786a3346216fe9ea5433db0bb05e044676 (patch)
tree597bf38891906906564fc3a7e212c16db91d7c2f /docs
parent99b3d5ebd7063300ec9c396f39d8d1ab18a81523 (diff)
downloadwebob-c3052b786a3346216fe9ea5433db0bb05e044676.tar.gz
fix docs version
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py
index a3ff681..92344e3 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
-# http://sphinx.pocoo.org/config.html#build-config
+from webob import __version__
extensions = ['sphinx.ext.autodoc']
@@ -9,7 +9,7 @@ master_doc = 'index' # The master toctree document.
project = 'WebOb'
copyright = '2011, Ian Bicking and contributors'
-version = release = '1.1.1'
+version = release = __version__
exclude_patterns = ['jsonrpc-example-code/*']
modindex_common_prefix = ['webob.']