diff options
author | Brad King <brad.king@kitware.com> | 2020-11-09 15:15:35 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-11-09 15:15:35 (GMT) |
commit | f25e4313acf846370c99db72303aae8f6977f99f (patch) | |
tree | 786e424a34fb792083eb4334c00d1a896f2ddd15 /Utilities/Sphinx/conf.py.in | |
parent | 7a04f45722b2cbe51e1586cd84d2c5ad90e759ed (diff) | |
download | CMake-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.in | 1 |
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' |