From eb1e49777e60be26782fb19304d291fdd5065754 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 15 Oct 2015 15:23:39 +0200 Subject: [PATCH] update doc plugins --- doc/pelicanconf.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/pelicanconf.py b/doc/pelicanconf.py index 9a1afc15..2591ffa3 100644 --- a/doc/pelicanconf.py +++ b/doc/pelicanconf.py @@ -44,7 +44,7 @@ SOCIAL = (('GitHub', 'https://github.com/Parisson/Telemeta'), # Uncomment following line if you want document-relative URLs when developing #RELATIVE_URLS = True -PLUGIN_PATHS = ['plugins'] +PLUGIN_PATHS = ['pelican-plugins'] PLUGINS = ['pin_to_top'] STATIC_PATHS = ['images', 'css'] @@ -68,4 +68,3 @@ GITHUB_USER = 'Parisson' # Content licensing: CC-BY CC_LICENSE = "CC-BY" - -- 2.39.5