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 7a04f45722
commit f25e4313ac

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'