summaryrefslogtreecommitdiffstats
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)
commitb7548960047899f99279c3e57ca30b1336c4a3b3 (patch)
tree786e424a34fb792083eb4334c00d1a896f2ddd15
parent7a04f45722b2cbe51e1586cd84d2c5ad90e759ed (diff)
parentf25e4313acf846370c99db72303aae8f6977f99f (diff)
downloadCMake-b7548960047899f99279c3e57ca30b1336c4a3b3.zip
CMake-b7548960047899f99279c3e57ca30b1336c4a3b3.tar.gz
CMake-b7548960047899f99279c3e57ca30b1336c4a3b3.tar.bz2
Merge topic 'doc-html-lang' into release-3.19
f25e4313ac Utilities/Sphinx: Tell Sphinx that documentation is written in English Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5480
-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'