From cc57a26ffe72652c8e067602934461737eba0383 Mon Sep 17 00:00:00 2001 From: nscolonna Date: Mon, 17 Jun 2024 12:04:52 +0200 Subject: [PATCH] Test on locale settings on the github actions --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 9b9061a84..ce9b974e2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -9,7 +9,7 @@ import os import sys import locale -locale.setlocale(locale.LC_ALL, 'en_US.utf8') +locale.setlocale(locale.LC_ALL, 'en_US.UTF8') from calendar import month_name from datetime import date