Skip to content

Commit f91ddd1

Browse files
committed
Try to fix locale issue for docs
1 parent 3bfb624 commit f91ddd1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.readthedocs.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ build:
99
tools:
1010
python: "3.10"
1111
jobs:
12+
post_system_dependencies:
13+
- sudo locale-gen en_US.UTF-8
14+
- sudo update-locale LANG=en_US.UTF-8
1215
post_create_environment:
1316
# Install poetry
1417
# https://python-poetry.org/docs/#installing-manually

0 commit comments

Comments
 (0)