summaryrefslogtreecommitdiffstats
path: root/Utilities
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-11-09 15:51:01 (GMT)
committerKitware Robot <kwrobot@kitware.com>2020-11-09 15:51:08 (GMT)
commit3f60c9277546ce3c9b80a6a761b03f372bcde5d9 (patch)
treee360e53d0fd49c969d518cb66073cca2eceb3e76 /Utilities
parent63a1917d098922b59bbba8fdeb42519363d5ba0d (diff)
parentf25e4313acf846370c99db72303aae8f6977f99f (diff)
downloadCMake-3f60c9277546ce3c9b80a6a761b03f372bcde5d9.zip
CMake-3f60c9277546ce3c9b80a6a761b03f372bcde5d9.tar.gz
CMake-3f60c9277546ce3c9b80a6a761b03f372bcde5d9.tar.bz2
Merge topic 'doc-html-lang'
f25e4313ac Utilities/Sphinx: Tell Sphinx that documentation is written in English Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5480
Diffstat (limited to 'Utilities')
-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'