docwiki.setup: exclude TourBusStop from offline documentation
It does not make much sense there.master
parent
de26e4ade1
commit
3da4ed6586
|
@ -31,6 +31,8 @@ ikiwiki (3.20170109) UNRELEASED; urgency=medium
|
|||
* d/source/lintian-overrides: override obsolete-url-in-packaging for
|
||||
OpenID Selector, which does not seem to have any more current URL
|
||||
(and in any case our version is a fork)
|
||||
* docwiki.setup: exclude TourBusStop from offline documentation.
|
||||
It does not make much sense there.
|
||||
|
||||
-- Simon McVittie <smcv@debian.org> Mon, 09 Jan 2017 14:33:19 +0000
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@ use IkiWiki::Setup::Standard {
|
|||
underlaydirbase => "underlays",
|
||||
underlaydir => "underlays/basewiki",
|
||||
discussion => 0,
|
||||
exclude => qr/\/discussion|bugs\/*|todo\/*|forum\/*|sandbox\/*|users\/*/, # save space
|
||||
exclude => qr/\/discussion|bugs\/*|todo\/*|forum\/*|sandbox\/*|users\/*|TourBusStop/, # save space
|
||||
locale => '',
|
||||
verbose => 1,
|
||||
syslog => 0,
|
||||
|
|
Loading…
Reference in New Issue