language = "en" to fix Sphinx warning

This commit is contained in:
Simon Willison 2022-09-26 12:26:04 -07:00
commit 6b268a1b36

View file

@ -93,7 +93,7 @@ else:
#
# This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases.
language = None
language = "en"
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.