chiark / gitweb /
doc: mention that Pelican 4 is required.
authorVladimír Vondruš <mosra@centrum.cz>
Mon, 26 Nov 2018 12:17:14 +0000 (13:17 +0100)
committerVladimír Vondruš <mosra@centrum.cz>
Mon, 26 Nov 2018 13:53:01 +0000 (14:53 +0100)
doc/pelican.rst

index 2def9fd87f6f8f95ac30d960c31d279eddde0c9d..2eb6e89c45c8036affa1f2fb506b25de0cf100c8 100644 (file)
@@ -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