[Lldb-commits] [PATCH] D158323: [lldb/infrastructure] Revamp lldb.llvm.org

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Aug 23 09:00:25 PDT 2023


JDevlieghere added inline comments.


================
Comment at: lldb/docs/conf.py:52-57
     try:
         import sphinx_automodapi.automodapi
     except ModuleNotFoundError:
         print(
             f"install sphinx_automodapi with {sys.executable} -m pip install sphinx_automodapi"
         )
----------------
We should do something similar for the `furo` theme. 


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D158323/new/

https://reviews.llvm.org/D158323



More information about the lldb-commits mailing list