Skip to content

Commit f280f0f

Browse files
committed
Allow building docs on Python 3
1 parent 9f30ada commit f280f0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
version = subprocess.check_output([
5555
'sh', '-c',
5656
'cd ../..; python setup.py --version',
57-
])
57+
]).decode('utf-8')
5858
version = version.strip()
5959
# The full version, including alpha/beta/rc tags.
6060
release = version

0 commit comments

Comments
 (0)