summaryrefslogtreecommitdiffstats
path: root/Utilities/Sphinx/conf.py.in
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-11-09 15:15:35 (GMT)
committerBrad King <brad.king@kitware.com>2020-11-09 15:15:35 (GMT)
commitf25e4313acf846370c99db72303aae8f6977f99f (patch)
tree786e424a34fb792083eb4334c00d1a896f2ddd15 /Utilities/Sphinx/conf.py.in
parent7a04f45722b2cbe51e1586cd84d2c5ad90e759ed (diff)
downloadCMake-f25e4313acf846370c99db72303aae8f6977f99f.zip
CMake-f25e4313acf846370c99db72303aae8f6977f99f.tar.gz
CMake-f25e4313acf846370c99db72303aae8f6977f99f.tar.bz2
Utilities/Sphinx: Tell Sphinx that documentation is written in English
Fixes: #21409
Diffstat (limited to 'Utilities/Sphinx/conf.py.in')
-rw-r--r--Utilities/Sphinx/conf.py.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Utilities/Sphinx/conf.py.in b/Utilities/Sphinx/conf.py.in
index e50c4f9..42b0951 100644
--- a/Utilities/Sphinx/conf.py.in
+++ b/Utilities/Sphinx/conf.py.in
@@ -17,6 +17,7 @@ version = '@conf_version@' # feature version
release = '@conf_release@' # full version string
pygments_style = 'colors.CMakeTemplateStyle'
+language = 'en'
primary_domain = 'cmake'
highlight_language = 'none'