summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpaltman <paltman@604d75c7-a419-0410-a38f-bde1a0bd1dbf>2009-12-01 05:06:26 +0000
committerpaltman <paltman@604d75c7-a419-0410-a38f-bde1a0bd1dbf>2009-12-01 05:06:26 +0000
commit6f622baa739680b751ec7b65e60655306de5909e (patch)
tree455558945586b2f868454839760639c53cfb0da4
parent3b6555b6c3b796a942afddfef40f6b1fa2efa427 (diff)
downloadboto-6f622baa739680b751ec7b65e60655306de5909e.tar.gz
Updated path.
-rw-r--r--docs/source/conf-orig.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/source/conf-orig.py b/docs/source/conf-orig.py
index 09aa2a23..1749a6f9 100644
--- a/docs/source/conf-orig.py
+++ b/docs/source/conf-orig.py
@@ -50,8 +50,9 @@ version = '1.8'
release = "HEAD" #'1.8d'
try:
import subprocess
- p = subprocess.Popen(["svn info ../boto | grep Revision | awk '{print $2}'"], stdout=subprocess.PIPE, stderr=subprocess.PIPE, shell=True)
+ p = subprocess.Popen(["svn info ../../boto | grep Revision | awk '{print $2}'"], stdout=subprocess.PIPE, stderr=subprocess.PIPE, shell=True)
release = 'r%s' % p.stdout.read().strip()
+ print p.stderr.read()
except:
pass
@@ -110,7 +111,7 @@ html_theme = 'sphinxdoc'
# The name for this set of Sphinx documents. If None, it defaults to
# "<project> v<release> documentation".
-#html_title = None
+html_title = "boto v%s (r%s)" % (version, release)
# A shorter title for the navigation bar. Default is the same as html_title.
#html_short_title = None