Forráskód Böngészése

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

Fixes: #21409
Brad King 5 éve
szülő
commit
f25e4313ac
1 módosított fájl, 1 hozzáadás és 0 törlés
  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'