Disable Italian for v1.14 (#15135)

This commit is contained in:
Zach Corleissen
2019-06-27 13:53:21 -07:00
committed by Kubernetes Prow Robot
parent bb75088e81
commit fb9b30c426
+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 = ["hi", "it", "no"]
[blackfriday]
hrefTargetBlank = true