Skip to content

Commit

Permalink
Test on locale settings on the github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nscolonna committed Jun 17, 2024
1 parent d714f82 commit cc57a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit cc57a26

Please sign in to comment.