mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
pelican-plugins only shows auto-discovered plugins
Document and clarify that only Pip-installed namespace plugins will be shown when running the `pelican-plugins` command.
This commit is contained in:
parent
e3c7a915e5
commit
67e27ca7cd
1 changed files with 2 additions and 2 deletions
|
|
@ -12,8 +12,8 @@ How to use plugins
|
||||||
Starting with version 4.5, Pelican moved to a new plugin structure utilizing
|
Starting with version 4.5, Pelican moved to a new plugin structure utilizing
|
||||||
namespace packages that can be easily installed via Pip_. Plugins supporting
|
namespace packages that can be easily installed via Pip_. Plugins supporting
|
||||||
this structure will install under the namespace package ``pelican.plugins`` and
|
this structure will install under the namespace package ``pelican.plugins`` and
|
||||||
can be automatically discovered by Pelican. To see a list of plugins that are
|
can be automatically discovered by Pelican. To see a list of Pip-installed
|
||||||
active in your environment, run::
|
namespace plugins that are active in your environment, run::
|
||||||
|
|
||||||
pelican-plugins
|
pelican-plugins
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue