You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@petri.apache.org by wa...@apache.org on 2021/03/25 16:52:53 UTC

[petri-site] branch master updated: Try to use the installed pip

This is an automated email from the ASF dual-hosted git repository.

wave pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/petri-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 06468fa  Try to use the installed pip
06468fa is described below

commit 06468fa6a0a6b85d826fce9c03f22e5c41cdb492
Author: Dave Fisher <da...@comcast.net>
AuthorDate: Thu Mar 25 09:52:45 2021 -0700

    Try to use the installed pip
---
 pelicanconf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pelicanconf.py b/pelicanconf.py
index 46104fc..9c89120 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -69,7 +69,7 @@ AUTHOR_FEED_RSS = None
 
 # Pelican Plugins
 # The provided location. If the buildbot does not have a new plugin then look into requirements.txt
-PLUGIN_PATHS = ['./plugins']
+# PLUGIN_PATHS = ['./plugins']
 PLUGINS = ['toc', 'pelican-gfm', 'sitemap']
 
 # TOC Generator