Skip to content

Commit

Permalink
Trying with c.utf8
Browse files Browse the repository at this point in the history
  • Loading branch information
nscolonna committed Jun 17, 2024
1 parent 9e0279c commit 1c5dca5
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.UTF-8')
locale.setlocale(locale.LC_ALL, 'C.utf8')
from calendar import month_name
from datetime import date

Expand Down

0 comments on commit 1c5dca5

Please sign in to comment.