Skip to content

Commit 97ab523

Browse files
authored
Avoid Babel invalid locale warning during sphinx-build (#88)
1 parent ef7340c commit 97ab523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_warnings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def number(clones_dir: str, repo: str, language_code: str) -> int:
2525
'--jobs',
2626
'auto',
2727
'--define',
28-
f'language={language_code}',
28+
f'language={lang_with_locale}',
2929
'--verbose',
3030
'--warning-file',
3131
warning_file := f'{clones_dir}/warnings-{language_code}.txt',

0 commit comments

Comments
 (0)