Skip to content

Commit 825ef95

Browse files
committed
reproducible HTML docs: set the locale
Fixes variation in plotdaynight.png
1 parent 38a3e1e commit 825ef95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/make.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import sys
88

99
def html():
10-
os.system('sphinx-build -b html -c source/ -d build/doctrees . build/html')
10+
os.system('LC_ALL=C.UTF-8 sphinx-build -b html -c source/ -d build/doctrees . build/html')
1111

1212
def latex():
1313
if sys.platform != 'win32':

0 commit comments

Comments
 (0)