Skip to content

Commit 18544a8

Browse files
committed
remove the localdir message
1 parent 559d0e3 commit 18544a8

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

docs/conf.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,10 @@
100100
# This is also used if you do content translation via gettext catalogs.
101101
# Usually you set "language" from the command line for these cases.
102102
language = "en"
103-
103+
# Don't look for translation catalogs (avoids "locale_dir ... does not exist")
104+
locale_dirs = []
105+
# (optional) keeps .po files ungrouped if you ever add i18n later
106+
gettext_compact = False
104107
# List of patterns, relative to source directory, that match files and
105108
# directories to ignore when looking for source files.
106109
# This pattern also affects html_static_path and html_extra_path .

0 commit comments

Comments
 (0)