Disable Italian in v1.13 (#15136)

Remove Hindi

Syntax fix attempt 1
This commit is contained in:
Zach Corleissen
2019-06-27 13:53:21 -07:00
committed by Kubernetes Prow Robot
parent 5e0043b42f
commit 73c2a30da0
+3 -1
View File
@@ -24,7 +24,9 @@ pygmentsStyle = "emacs"
enableGitInfo = true
# Norwegian ("no") is sometimes but not currently used for testing.
disableLanguages = ["no"]
# Hindi is disabled because it's currently in development.
# Italian is disabled until it meets minimum standards for quality.
disableLanguages = ["it", "no"]
[blackfriday]
hrefTargetBlank = true