summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMats Wichmann <mats@linux.com>2022-07-30 15:00:12 (GMT)
committerMats Wichmann <mats@linux.com>2022-07-30 15:01:15 (GMT)
commitddc70dc6bc04ce06c4c02c325b8b4bb2bcf6e257 (patch)
treeef7c4070f46967f976f546f6e217a268b4652b37
parent4d903a77f5b244b3560693f03b02dfa6c2ffd81f (diff)
downloadSCons-ddc70dc6bc04ce06c4c02c325b8b4bb2bcf6e257.zip
SCons-ddc70dc6bc04ce06c4c02c325b8b4bb2bcf6e257.tar.gz
SCons-ddc70dc6bc04ce06c4c02c325b8b4bb2bcf6e257.tar.bz2
Fix Sphinx config file error [skip appveyor]
Sphinx is now complaining about not defining a language being illegal. Defined to 'en'. Signed-off-by: Mats Wichmann <mats@linux.com>
-rw-r--r--doc/sphinx/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sphinx/conf.py b/doc/sphinx/conf.py
index 9db9095..e1c72a6 100644
--- a/doc/sphinx/conf.py
+++ b/doc/sphinx/conf.py
@@ -92,7 +92,7 @@ version = '.'.join([major, minor])
#
# 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.