`disableKinds` does not disable category pages

Using Hugo 0.19, I have the following in my config.toml file:

baseurl = "https://www.example.com/"
languageCode = "en-GB"
theme = "lanyon"
pluralizeListTitles = false
canonifyurls = true
disableKinds = ["section", "taxonomy", "taxonomyTerm"]

However, Hugo still builds category pages (I don’t use tags, so it doesn’t generate any of those):

Started building sites …
Built site for language en:
14 of 14 drafts rendered
0 future content
0 expired content
401 regular pages created
1 other pages created
1 non-page files copied
0 paginator pages created
0 tags created
33 categories created
total in 1385 ms

We don’t “build” category pages – this is an error in the stats report, I will fix that.

Thank you Bep!