We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38a3e1e commit 825ef95Copy full SHA for 825ef95
doc/make.py
@@ -7,7 +7,7 @@
7
import sys
8
9
def html():
10
- os.system('sphinx-build -b html -c source/ -d build/doctrees . build/html')
+ os.system('LC_ALL=C.UTF-8 sphinx-build -b html -c source/ -d build/doctrees . build/html')
11
12
def latex():
13
if sys.platform != 'win32':
0 commit comments