Documentation | Docs on main do not build (#57)
Chris Johns (@chris)
gitlab at rtems.org
Fri Nov 22 23:39:25 UTC 2024
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20241122/b8a9a5ca/attachment.htm>
More information about the bugs
mailing list