Ver código fonte

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

Fixes: #21409
Brad King 5 anos atrás
pai
commit
f25e4313ac
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      Utilities/Sphinx/conf.py.in

+ 1 - 0
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'