Merge #2370
2370: Fix docs build error r=mergify[bot] a=Diman0 Set language to English for sphinx in conf.py The docs have always been generated with the option to treat warnings as errors. Recently (due to an update?) sphinx-build reports using language=None as a warning. It is expected that a specific language is set. This causes the build to fail. ALL open PR's are affected by this. ``` Warning, treated as error: Invalid configuration value found: 'language = None'. Update your configuration to a valid langauge code. Falling back to 'en' (English). ``` ## What type of PR? bug-fix Co-authored-by: Dimitri Huisman <diman@huisman.xyz>master
commit
519ef804a7
Loading…
Reference in New Issue