diff --git a/docs/faq.rst b/docs/faq.rst index 5a48a107..1376511a 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -145,6 +145,8 @@ disable all feed generation, you only need to specify the following settings:: FEED_ALL_ATOM = None CATEGORY_FEED_ATOM = None TRANSLATION_FEED_ATOM = None + AUTHOR_FEED_ATOM = None + AUTHOR_FEED_RSS = None The word ``None`` should not be surrounded by quotes. Please note that ``None`` and ``''`` are not the same thing.