From f25e4313acf846370c99db72303aae8f6977f99f Mon Sep 17 00:00:00 2001 From: Brad King Date: Mon, 9 Nov 2020 10:15:35 -0500 Subject: Utilities/Sphinx: Tell Sphinx that documentation is written in English Fixes: #21409 --- Utilities/Sphinx/conf.py.in | 1 + 1 file changed, 1 insertion(+) 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' -- cgit v0.12