doc: fix build with sphinx 5.0 and later.
authorQuentin Schulz <quentin.schulz@theobroma-systems.com>
Mon, 7 Nov 2022 13:49:31 +0000 (14:49 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Wed, 16 Nov 2022 07:34:06 +0000 (08:34 +0100)
commit2b94359e9c489061b66cc7dcefddbb6adb5ba9f8
tree0917be5fb6f82a2b761653c349c92238c8d053b8
parent030c2d187ed2495fdb37e58fb5bf6997ef4039ef
doc: fix build with sphinx 5.0 and later.

Sphinx 5.0 and later fails to build when language is set to None:
Warning, treated as error:
Invalid configuration value found: 'language = None'. Update your configuration to a valid langauge code. Falling back to 'en' (English)

Let's set the language to English since it is the language used for the
documentation.

Cc: Quentin Schulz <foss+uboot@0leil.net>
Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
doc/conf.py