summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2022-07-30 19:14:52 (GMT)
committerGitHub <noreply@github.com>2022-07-30 19:14:52 (GMT)
commit3137a4e4534235342160f127f5df41a9e6d838e9 (patch)
treebc867d304c7b3d7874a2607d9ce7932cc780d6fa
parent8b1ba8d257953c1b7fe2ce962c8450f08cefd0a5 (diff)
parentddc70dc6bc04ce06c4c02c325b8b4bb2bcf6e257 (diff)
downloadSCons-3137a4e4534235342160f127f5df41a9e6d838e9.zip
SCons-3137a4e4534235342160f127f5df41a9e6d838e9.tar.gz
SCons-3137a4e4534235342160f127f5df41a9e6d838e9.tar.bz2
Merge pull request #4202 from mwichmann/doc/sphinxconf
Fix Sphinx config file error
-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.