From 7746a4e51671e54a65d7a5c5659f8bc10a1ab82d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 26 Nov 2018 13:17:14 +0100 Subject: [PATCH] doc: mention that Pelican 4 is required. --- doc/pelican.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/doc/pelican.rst b/doc/pelican.rst index 2def9fd8..2eb6e89c 100644 --- a/doc/pelican.rst +++ b/doc/pelican.rst @@ -49,10 +49,12 @@ Install Pelican either via ``pip`` or using your system package manager. .. note-danger:: In order to use the m.css `theme <{filename}/pelican/theme.rst>`_ or - `plugins <{filename}/plugins.rst>`_ later, you need to install the Python 3 - version of Pelican. Most of the plugins work with Python 3.4, while some - (such as the `math plugin <{filename}/plugins/math-and-code.rst#math>`_) - need 3.5. Python 2 is not supported. + `plugins <{filename}/plugins.rst>`_ later, you need to install Pelican 4 + and the Python 3 version of it. Most of the plugins work with Python 3.4, + while some (such as the + `math plugin <{filename}/plugins/math-and-code.rst#math>`_) need 3.5. + Python 2 is not supported and compatibility with Pelican 3.7 has been + dropped. .. code:: sh -- 2.30.2