diff options
author | Tom Rini <trini@konsulko.com> | 2022-11-16 11:08:51 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-11-16 11:08:51 -0500 |
commit | bebb393b340295edb9ba50a996fc0510cd1b6ac0 (patch) | |
tree | 3eda675d84dbfedc19aed9b6da8fd1c7a5574930 /doc/conf.py | |
parent | d78cccb1acd683083560d71753c116c6e38e2491 (diff) | |
parent | a930d69baa958d5f308b3910187c5f3c083fe171 (diff) |
Merge tag 'efi-2023-01-rc2' of https://source.denx.de/u-boot/custodians/u-boot-efi
Pull request for efi-2023-01-rc2
Documentation:
* fix building with Sphinx 5.0+
* man-pages for cmp and bootd commands
UEFI:
* Avoid unaligned access in efi_file_from_path()
* More bug fixes
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py index eac3accd562..62c8d31270c 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -178,7 +178,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' # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: |