From 9ad599743d6b64e1c5bf52a3f1d9de125d4160fc Mon Sep 17 00:00:00 2001 From: Justin Mayer Date: Wed, 15 Apr 2020 09:58:28 +0200 Subject: [PATCH] Clarify {attach} and *_URL / *_SAVE_AS caveat --- docs/content.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/content.rst b/docs/content.rst index 8769c5d3..6affecce 100644 --- a/docs/content.rst +++ b/docs/content.rst @@ -371,9 +371,8 @@ of ``{attach}``, and letting the file's location be determined by the project's ``url`` overrides can still be set in ``EXTRA_PATH_METADATA``.) .. note:: - Using ``{attach}`` relies on the ``*_URL`` and ``*_SAVE_AS`` settings for - the document type (e.g. ``ARTICLE_URL`` and ``ARTICLE_SAVE_AS``) having the - same directory portion. See also :ref:`url-settings`. + When using ``{attach}``, any parent directory in ``*_URL`` / ``*_SAVE_AS`` + settings should match each other. See also: :ref:`url-settings` Linking to authors, categories, index and tags ----------------------------------------------