You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by ju...@apache.org on 2022/06/12 11:04:56 UTC

[buildstream] branch juerg/sphinx-language created (now 5ebd8eff0)

This is an automated email from the ASF dual-hosted git repository.

juergbi pushed a change to branch juerg/sphinx-language
in repository https://gitbox.apache.org/repos/asf/buildstream.git


      at 5ebd8eff0 doc/source/conf.py: Set language

This branch includes the following new commits:

     new 5ebd8eff0 doc/source/conf.py: Set language

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[buildstream] 01/01: doc/source/conf.py: Set language

Posted by ju...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

juergbi pushed a commit to branch juerg/sphinx-language
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 5ebd8eff0cecbda7817405b4d244f56f188310c2
Author: Jürg Billeter <j...@bitron.ch>
AuthorDate: Sun Jun 12 13:03:37 2022 +0200

    doc/source/conf.py: Set language
    
    This fixes the following CI failure with Sphinx 5:
    
        Warning, treated as error:
        Invalid configuration value found: 'language = None'. Update your configuration to a valid langauge code. Falling back to 'en' (English).
---
 doc/source/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/source/conf.py b/doc/source/conf.py
index 0234d392f..2250c8ef5 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -69,7 +69,7 @@ release = __version__
 #
 # 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: