From e4a2bb5b52a9cf19aaa2b9d7b6563a66822f9dd9 Mon Sep 17 00:00:00 2001 From: winlu Date: Mon, 22 Sep 2014 16:36:34 +0200 Subject: [PATCH] Update faq.rst since author feeds are enabled per default http://docs.getpelican.com/en/latest/settings.html#id9 as well, these need to be added here as well. --- docs/faq.rst | 2 ++ 1 file changed, 2 insertions(+) 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.