summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Liška2022-06-24 16:42:55 +0200
committerPeter Maydell2022-06-27 11:39:03 +0200
commitba1a6723f58640ba281bc952abc255e97c70bad5 (patch)
tree63e084bc29f63398614b15b9e5164373b5cae708
parentMerge tag 'qemu-sparc-20220626' of https://github.com/mcayland/qemu into staging (diff)
downloadqemu-ba1a6723f58640ba281bc952abc255e97c70bad5.tar.gz
qemu-ba1a6723f58640ba281bc952abc255e97c70bad5.tar.xz
qemu-ba1a6723f58640ba281bc952abc255e97c70bad5.zip
sphinx: change default language to 'en'
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>
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 49dab44cca..e33cf3d381 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -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.