Re: [PATCH] sphinx: change default language to 'en'

2022-06-20 Thread Martin Liška
On 6/20/22 16:15, Peter Maydell wrote: > On Fri, 17 Jun 2022 at 15:02, Martin Liška wrote: >> >> 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 >> configurati

Re: [PATCH] sphinx: change default language to 'en'

2022-06-20 Thread Peter Maydell
On Fri, 17 Jun 2022 at 15:02, Martin Liška wrote: > > 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

[PATCH] sphinx: change default language to 'en'

2022-06-17 Thread Martin Liška
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 --- docs/conf.py | 2