From 859096bd78dd8148dd13752621382ba1d7ee7e73 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Tue, 21 Aug 2018 14:54:41 +1000 Subject: waf: Fix type in single html build. --- common/waf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common/waf.py b/common/waf.py index 1ef7172..3f0fcc1 100644 --- a/common/waf.py +++ b/common/waf.py @@ -314,7 +314,7 @@ def doc_singlehtml(ctx, source_dir, conf_dir, extra_source): buildtype = 'singlehtml' build_dir, output_node, output_dir, doctrees = build_dir_setup(ctx, buildtype) - resource = html_resources(ctx, buildtype) + resources = html_resources(ctx, buildtype) rule = sphinx_cmdline(ctx, buildtype, conf_dir, doctrees, source_dir, output_dir) ctx( rule = rule, -- cgit v1.2.3