From: Kattni Date: Tue, 31 May 2022 19:04:23 +0000 (-0400) Subject: Merge pull request #588 from makermelissa/main X-Git-Tag: 7.4.0~1 X-Git-Url: https://git.ayoreis.com/Adafruit_Blinka-hackapet.git/commitdiff_plain/8863985fd9a87d9da90639fa9c946bdf4e372852?hp=b77c4a902f0edb11c6ad3b50360fec742fd83b48 Merge pull request #588 from makermelissa/main Fix language setting in docs --- diff --git a/docs/conf.py b/docs/conf.py index 84be265..0b0b04f 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -64,7 +64,7 @@ release = "1.0.0" # # 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.