mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-07-16 03:02:22 +03:00
Merge pull request #6347 from hugovk/fix-sphinx-warning
Fix Sphinx 5 warning by setting docs language
This commit is contained in:
commit
b37f2d1063
|
@ -68,7 +68,7 @@ release = PIL.__version__
|
||||||
#
|
#
|
||||||
# This is also used if you do content translation via gettext catalogs.
|
# This is also used if you do content translation via gettext catalogs.
|
||||||
# Usually you set "language" from the command line for these cases.
|
# Usually you set "language" from the command line for these cases.
|
||||||
language = None
|
language = "en"
|
||||||
|
|
||||||
# There are two options for replacing |today|: either, you set today to some
|
# There are two options for replacing |today|: either, you set today to some
|
||||||
# non-false value, then it is used:
|
# non-false value, then it is used:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user