Fixed Sphinx warning about language = None

This commit is contained in:
Simon Willison 2022-09-06 11:24:30 -07:00
commit d0476897e1

View file

@ -71,7 +71,7 @@ release = ""
#
# 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.