From: Guillaume Pellerin Date: Thu, 15 Oct 2015 13:23:39 +0000 (+0200) Subject: update doc plugins X-Git-Tag: 1.6b~7^2~67 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=eb1e49777e60be26782fb19304d291fdd5065754;p=telemeta.git update doc plugins --- 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" -