Chris Johns commented on a discussion: https://gitlab.rtems.org/rtems/docs/rtems-docs/-/issues/57#note_115650 This changes lets the `singlehtml` page build: ```diff diff --git a/common/waf.py b/common/waf.py index 1772704..c4e6d49 100644 --- a/common/waf.py +++ b/common/waf.py @@ -449,8 +449,7 @@ def doc_singlehtml(ctx, source_dir, conf_dir, sources): buildtype = 'singlehtml' build_dir, output_node, output_dir, doctrees = build_dir_setup(ctx, buildtype) resources = html_resources(ctx, buildtype, book) - configs = { 'html_sidebars."**"': "" } - rule = sphinx_cmdline(ctx, buildtype, conf_dir, doctrees, source_dir, output_dir, configs) + rule = sphinx_cmdline(ctx, buildtype, conf_dir, doctrees, source_dir, output_dir) ctx( rule = rule, cwd = ctx.path, ``` I can build a single HTML file without !93 -- View it on GitLab: https://gitlab.rtems.org/rtems/docs/rtems-docs/-/issues/57#note_115650 You're receiving this email because of your account on gitlab.rtems.org.
_______________________________________________ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
