mirror of
https://git.rtems.org/rtems-docs/
synced 2025-10-20 04:10:12 +08:00
waf: Fix type in single html build.
This commit is contained in:
@@ -314,7 +314,7 @@ def doc_singlehtml(ctx, source_dir, conf_dir, extra_source):
|
|||||||
|
|
||||||
buildtype = 'singlehtml'
|
buildtype = 'singlehtml'
|
||||||
build_dir, output_node, output_dir, doctrees = build_dir_setup(ctx, buildtype)
|
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)
|
rule = sphinx_cmdline(ctx, buildtype, conf_dir, doctrees, source_dir, output_dir)
|
||||||
ctx(
|
ctx(
|
||||||
rule = rule,
|
rule = rule,
|
||||||
|
Reference in New Issue
Block a user