-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
In pelicanconf.py, this works:
PLUGIN_PATH = 'src/pelican-plugins'this doesn't:
PLUGIN_PATHS = ['src/pelican-plugins']Specifically it crashes with something like ERROR: Couldn't find <plugin_name>. The doc examples usually use plugin paths so not sure what's causing this. @dimazest any ideas?