Skip to content

Commit

Permalink
fix for readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenworsley committed Nov 7, 2024
1 parent b5edcd7 commit 58763b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

from datetime import datetime
import os
import locale
from pathlib import Path
import re
import sys
Expand All @@ -26,7 +27,7 @@
os.environ["ESMFMKFILE"] = f"{rtd_conda_prefix}/lib/esmf.mk"
os.environ["PROJ_DATA"] = f"{rtd_conda_prefix}/share/proj"
os.environ["PROJ_NETWORK"] = "OFF"
os.environ["LC_ALL"] = "C"
locale.setlocale(locale.LC_NUMERIC, "C")


# -- Project information -----------------------------------------------------
Expand Down

0 comments on commit 58763b6

Please sign in to comment.