diff options
author | Joey Hess <joey@kitenet.net> | 2010-05-15 23:24:57 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-05-15 23:24:57 -0400 |
commit | 0e13c97345a54269f25264a66a85e78f0748eca3 (patch) | |
tree | 3c6f9b5c6726c684a6640eeea13b6d5cd0ff9b82 | |
parent | 0ab4496237e42a0044116477d0358b2faaa95675 (diff) |
disable openid when building doc dir
-rw-r--r-- | docwiki.setup | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docwiki.setup b/docwiki.setup index 6bc200066..8b898f619 100644 --- a/docwiki.setup +++ b/docwiki.setup @@ -29,7 +29,8 @@ use IkiWiki::Setup::Standard { usedirs => 0, prefix_directives => 1, add_plugins => [qw{goodstuff version haiku polygen fortune table}], - disable_plugins => [qw{recentchanges}], # not appropriate for doc dir + # not appropriate for doc dir + disable_plugins => [qw{recentchanges openid}], rcs => $rcs, gitorigin_branch => '', # don't pull during build } |