Utilities/Sphinx: Tell Sphinx that documentation is written in English

Fixes: #21409
This commit is contained in:
Brad King
2020-11-09 10:15:35 -05:00
parent 0dc3582103
commit 46b31e10c4
+1
View File
@@ -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'