More fixes for building docs on Windows

This commit is contained in:
Morten Enemark Lund 2018-04-25 11:09:47 +02:00
parent 1569963130
commit a036149be8
2 changed files with 2 additions and 2 deletions

View file

@ -294,7 +294,7 @@ def make_envvars():
default=vd.default, store_as_str=vd.store_as_str)
s = s[:-9]
fname = os.path.join(os.path.dirname(__file__), 'envvarsbody')
with open(fname, 'w') as f:
with open(fname, 'w', encoding='utf-8') as f:
f.write(s)

View file

@ -1 +1 @@
../CONTRIBUTING.rst
.. include:: ../CONTRIBUTING.rst