From 0ff20e8652679e05742cc4ad5c2f4b6fb1e327cd Mon Sep 17 00:00:00 2001 From: Andy McKay <74699+andymckay@users.noreply.github.com> Date: Sun, 26 Jul 2026 12:41:18 -0700 Subject: [PATCH] Update note a little after looking at the screenshot --- docs/settings.rst | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/settings.rst b/docs/settings.rst index 0354ed31..d8308631 100644 --- a/docs/settings.rst +++ b/docs/settings.rst @@ -683,17 +683,18 @@ template. The location to save the tag list. The default is ``"tags.html"``. -.. data:: INDEX_SAVE_AS - - The location to save the list of all articles. The default is ``"index.html"``. - .. note:: If you do not want one or more of the list pages to be created (e.g., you are the only author on your site and thus do not need a listing of - Authors), set the corresponding *_SAVE_AS setting to "" to prevent the + Authors), set the corresponding `*S_SAVE_AS` setting to `""` to prevent the relevant page from being generated. +.. data:: INDEX_SAVE_AS + + The location to save the list of all articles. The default is ``"index.html"``. + + URLs for direct template pages are theme-dependent. Some themes use corresponding ``*_URL`` setting as string, while others hard-code them: ``"archives.html"``, ``"authors.html"``, ``"categories.html"``,