Merge pull request #3014 from Lx/static-content-docs

This commit is contained in:
Justin Mayer 2022-08-04 15:04:35 +02:00 committed by GitHub
commit 73c0320f62
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -197,6 +197,13 @@ are copied over with the ``STATIC_PATHS`` setting of the project's
``images`` directory for this, but others must be added manually. In addition,
static files that are explicitly linked to are included (see below).
.. note::
In the default configuration, all files with a valid content file suffix
(``.html``, ``.rst``, ``.md``, ...) get processed by the article and page
generators *before* the static generator. This is avoided by altering the
``*_EXCLUDE`` settings appropriately.
Mixed content in the same directory
-----------------------------------