Skip to content

Commit b3e2e34

Browse files
ukchjasonamyers
authored andcommitted
Merged in ukch/virtualenvwrapper/ukch/allow-building-docs-on-python-3-1529536003674 (pull request #71)
Allow building docs on Python 3 Approved-by: Jason Myers <[email protected]>
2 parents 459ce5e + f280f0f commit b3e2e34

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)