[Lldb-commits] [PATCH] D106339: Add support to generate Sphinx DOCX documentation
Tony Tye via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Jul 19 20:13:37 PDT 2021
t-tye created this revision.
t-tye added a reviewer: scott.linder.
Herald added subscribers: libcxx-commits, mgorny.
Herald added a reviewer: bollu.
Herald added a reviewer: MaskRay.
Herald added a reviewer: sscalpone.
Herald added a project: libunwind.
Herald added a reviewer: libunwind.
t-tye requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added subscribers: cfe-commits, llvm-commits, openmp-commits, lldb-commits, sstefan1.
Herald added projects: clang, LLDB, libc++, OpenMP, LLVM, clang-tools-extra.
Herald added a reviewer: libc++.
Add support for Sphinx docx builder. Requires Sphinx docx builder to be
installed using `pip install docxbuilder`.
Added `SPHINX_OUTPUT_DOCX` CMake variable to control generation of docx
documentation. Defaults to `OFF`.
Added `<project>_INSTALL_SPHINX_DOCX_DIR` CMake variable to control where docx
files are installed. Defaults to `share/doc/<project>/<project>.docx`.
Documented new CMake variables in `llvm/docs/CMake.rst`.
Updated description of building documentation is `lld/docs/sphinx_intro.rst`,
`lldb/docs/resources/build.rst`, `llvm/docs/README.txt`, and
`openmp/docs/README.txt`,
Update `clang/docs/CMakeLists.txt` for Sphinx man and docx builders to ensure
.td generated .rst files are available to prevent warnings of missing rst files.
Minor CMake cleanups.
Added `docx` as an additional target for the documentation make.bat scripts.
Added `docx` as an additional target rule in the Makefile.sphinx files.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D106339
Files:
clang-tools-extra/docs/CMakeLists.txt
clang-tools-extra/docs/conf.py
clang-tools-extra/docs/make.bat
clang/docs/CMakeLists.txt
clang/docs/Makefile.sphinx
clang/docs/analyzer/conf.py
clang/docs/analyzer/make.bat
clang/docs/conf.py
clang/docs/make.bat
flang/docs/CMakeLists.txt
flang/docs/conf.py
libcxx/docs/CMakeLists.txt
libcxx/docs/Makefile.sphinx
libcxx/docs/conf.py
libunwind/docs/CMakeLists.txt
libunwind/docs/conf.py
lld/docs/CMakeLists.txt
lld/docs/conf.py
lld/docs/make.bat
lld/docs/sphinx_intro.rst
lldb/docs/CMakeLists.txt
lldb/docs/conf.py
lldb/docs/resources/build.rst
llvm/cmake/modules/AddSphinxTarget.cmake
llvm/cmake/modules/FindSphinx.cmake
llvm/docs/CMake.rst
llvm/docs/CMakeLists.txt
llvm/docs/Makefile.sphinx
llvm/docs/README.txt
llvm/docs/conf.py
llvm/docs/make.bat
openmp/docs/CMakeLists.txt
openmp/docs/README.txt
openmp/docs/conf.py
polly/docs/CMakeLists.txt
polly/docs/conf.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106339.359998.patch
Type: text/x-patch
Size: 33687 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210720/cb953f6f/attachment-0001.bin>
More information about the lldb-commits
mailing list