Subject: fix build for python3-sphinx
Author: Jan Dittberner <jandd@debian.org>
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=680863
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -54,7 +54,7 @@
     'sh', '-c',
     'cd ../..; python setup.py --version',
 ])
-version = version.strip()
+version = unicode(version.strip())
 # The full version, including alpha/beta/rc tags.
 release = version
 
