Skip to content

Commit

Permalink
MIN Make conf.py Python 3.5 compatible
Browse files Browse the repository at this point in the history
This is what readthedocs still uses
  • Loading branch information
luispedro committed Oct 16, 2018
1 parent 63afc3e commit fbe7404
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/sources/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@
#
p = subprocess.run(['./build-scripts/read-version.sh'],
cwd='../../',
stdout=subprocess.PIPE,
encoding='utf-8')
stdout=subprocess.PIPE)
# The full version, including alpha/beta/rc tags.
release = p.stdout.strip()

Expand Down

0 comments on commit fbe7404

Please sign in to comment.