user: Remove nit-picky warnings.

This commit is contained in:
Chris Johns
2019-02-21 13:06:58 +11:00
parent 2e6f49f841
commit 2674d6a949
34 changed files with 540 additions and 312 deletions

View File

@@ -1,7 +1,13 @@
from common.waf import cmd_configure as configure
from common.waf import cmd_build as build
from common.waf import cmd_build as doc_build
from common.waf import cmd_options as options
from common.waf import spell
from common.waf import cmd_spell
from common.waf import linkcheck
from common.waf import cmd_linkcheck
def build(ctx):
sources = {
'exclude' : ['apps/index.rst']
}
doc_build(ctx, sources = sources)