diff --git a/config.toml b/config.toml index 5767dc876f..092e601210 100644 --- a/config.toml +++ b/config.toml @@ -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