From: Joey Hess Date: Sun, 16 May 2010 03:24:57 +0000 (-0400) Subject: disable openid when building doc dir X-Git-Tag: 3.20100515^0 X-Git-Url: http://git.tremily.us/?p=ikiwiki.git;a=commitdiff_plain;h=0e13c97345a54269f25264a66a85e78f0748eca3 disable openid when building doc dir --- 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 }