From 90097d763b19022995d2453b91e0e63ccf66809e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 2 Jan 2022 13:08:47 +0100 Subject: [PATCH] doc: clarify the same for m.images default options. --- doc/plugins/images.rst | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/doc/plugins/images.rst b/doc/plugins/images.rst index bfd796f5..034e2550 100644 --- a/doc/plugins/images.rst +++ b/doc/plugins/images.rst @@ -54,7 +54,10 @@ beautiful image galleries. Download the `m/images.py <{filename}/plugins.rst>`_ file, put it including the ``m/`` directory into one of your :py:`PLUGIN_PATHS` and add ``m.images`` package to your :py:`PLUGINS` in ``pelicanconf.py``. This plugin assumes -presence of `m.htmlsanity <{filename}/plugins/htmlsanity.rst>`_. +presence of `m.htmlsanity <{filename}/plugins/htmlsanity.rst>`_. The following +shows the minimal configuration together with default values of all available +options. Not specifying the option is equivalent to setting it to a default +value. .. code:: python @@ -74,7 +77,9 @@ library installed. Get it via ``pip`` or your distribution package manager: Simply list the plugin in your :py:`PLUGINS`. The `m.htmlsanity`_ plugin is available always, no need to mention it explicitly. The same dependencies as -for `Pelican`_ apply here. +for `Pelican`_ apply here. The following shows the minimal configuration +together with default values of all available options. Not specifying the +option is equivalent to setting it to a default value. .. code:: py -- 2.30.2