mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2025-12-28 04:00:12 +01:00
doc: set language for Sphinx
When I upgraded Sphinx to 5.3.0 from Debian bookworm, I got the error: Warning, treated as error: Invalid configuration value found: 'language = None'. Update your configuration to a valid language code. Falling back to 'en' (English). This fixes it. Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
This commit is contained in:
parent
38fea7c3b4
commit
2da397c5da
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ master_doc = 'index'
|
|||
#
|
||||
# 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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue