]> git.proxmox.com Git - mirror_qemu.git/commitdiff
sphinx: change default language to 'en'
authorMartin Liška <mliska@suse.cz>
Fri, 24 Jun 2022 14:42:55 +0000 (15:42 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 27 Jun 2022 09:39:03 +0000 (10:39 +0100)
Fixes the following Sphinx warning (treated as error) starting
with 5.0 release:

Warning, treated as error:
Invalid configuration value found: 'language = None'. Update your configuration to a valid langauge code. Falling back to 'en' (English).

Signed-off-by: Martin Liska <mliska@suse.cz>
Message-id: e91e51ee-48ac-437e-6467-98b56ee40042@suse.cz
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
docs/conf.py

index 49dab44cca5a72637b4f892d7612499ab7ffb47c..e33cf3d381211eacbf0114b194cb948814891edd 100644 (file)
@@ -126,7 +126,7 @@ finally:
 #
 # 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.