mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00
More fixes for building docs on Windows
This commit is contained in:
parent
1569963130
commit
a036149be8
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
../CONTRIBUTING.rst
|
||||
.. include:: ../CONTRIBUTING.rst
|
Loading…
Add table
Reference in a new issue