diff --git a/changelogs/internal/newsfragments/1346.clarification b/changelogs/internal/newsfragments/1346.clarification new file mode 100644 index 00000000..fccddcb0 --- /dev/null +++ b/changelogs/internal/newsfragments/1346.clarification @@ -0,0 +1 @@ +Disable RSS generation for the spec. diff --git a/config.toml b/config.toml index 525e968b..d4d2a02d 100644 --- a/config.toml +++ b/config.toml @@ -10,7 +10,10 @@ enableRobotsTXT = true # Hugo allows theme composition (and inheritance). The precedence is from left to right. theme = ["docsy"] -disableKinds = ["taxonomy", "taxonomyTerm"] +# We disable RSS, because (a) it's useless, (b) Hugo seems to generate broken +# links to it when used with a --baseURL (for example, https://spec.matrix.org/v1.4/ +# contains ``). +disableKinds = ["taxonomy", "taxonomyTerm", "RSS"] [languages] [languages.en]