From 865dac5d0b51beeaa42811c6d995ac33e3b3df32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Wed, 10 May 2017 16:10:36 +0200 Subject: [PATCH] doc: fix sphinx configuration Fixes QubesOS/qubes-issues#2797 --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index 809d6ba0..edc91563 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -66,7 +66,7 @@ copyright = u'2010-{}, Invisible Things Lab'.format(time.strftime('%Y')) # The short X.Y version. version = open('../version').read().strip() # The full version, including alpha/beta/rc tags. -release = subprocess.check_output(['git', 'describe', '--long', '--dirty']).strip() +release = subprocess.check_output(['git', 'describe', '--long', '--dirty']).strip().decode() # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.