From 595713b91a2dba6e4f1f289c1d1f6c7f04afe729 Mon Sep 17 00:00:00 2001 From: Ilya Simpson Date: Mon, 2 Jun 2025 17:29:44 +1200 Subject: [PATCH] Fix default `FEED_DOMAIN`: `None` -> `SITEURL`. This is similar to how `AUTHOR_REGEX_SUBSTITUTIONS` is described, for instance. --- docs/settings.rst | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/settings.rst b/docs/settings.rst index 2fac8853..67d1080f 100644 --- a/docs/settings.rst +++ b/docs/settings.rst @@ -969,10 +969,7 @@ the ``TAG_FEED_ATOM`` and ``TAG_FEED_RSS`` settings: The domain prepended to feed URLs. Since feed URLs should always be absolute, it is highly recommended to define this (e.g., - "https://feeds.example.com"). If you have already explicitly defined SITEURL - (see above) and want to use the same domain for your feeds, you can just - set: ``FEED_DOMAIN = SITEURL``. The default is ``None``, which uses the - base URL "/". + "https://feeds.example.com"). The default is ``SITEURL``. .. data:: FEED_ATOM