[Lldb-commits] [PATCH] D104281: [lldb][docs] Add reference docs for Lua scripting
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Jul 1 09:34:59 PDT 2021
JDevlieghere added a comment.
There are a bunch of unrelated changes in this patch. Can you please drop them or split them off into a separate patch?
================
Comment at: lldb/docs/conf.py:180-182
+# Add any extra stylesheets and scripts here.
+html_css_files = ['lldb.css']
+html_js_files = []
----------------
siger-young wrote:
> JDevlieghere wrote:
> > Why is this necessary?
> When I built the docs using the `html_context`, the final pages only include `lldb.css`, missing files from theme e.g. `alabaster.css`.
Does this not break building the docs with `ninja lldb-docs-html`?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104281/new/
https://reviews.llvm.org/D104281
More information about the lldb-commits
mailing list