Displaying 2 results from an estimated 2 matches for "getsphinxdocsbuildfactory".
2015 Jul 31
0
[LLVMdev] [libcxx] How to update libcxx.llvm.org to use Sphinx generated doc?
...you add an entry
to ``_get_documentation_builders()`` in step 3.
1. Add support for building the docs in the CMake build for libcxx.
Use the ``add_sphinx_target()`` function [1]. This is necessary
because the buildbot relies on the CMake generated targets for
building the documentation.
2. Teach getSphinxDocsBuildFactory() in Zorg [2] to also checkout
libcxx and build the documentation. This should be controlled by
boolean argument(s) to the function which should be false by default.
3. Finally add a builder by adding an entry to
``_get_documentation_builders()`` [3] that uses your modifications in
``getSphinxDocs...
2015 Jul 20
4
[LLVMdev] [libcxx] How to update libcxx.llvm.org to use Sphinx generated doc?
Hi All,
I'm working on rewriting libc++'s documentation using Sphinx.
Hopefully it will be easier to write and maintain documentation using
restructured text and not HTML.
What steps do I need to take to get libc++ a Sphinx builder and get
the required changes made for libcxx.llvm.org?
/Eric