search for: add_sphinx_target

Displaying 2 results from an estimated 2 matches for "add_sphinx_target".

2015 Jul 31
0
[LLVMdev] [libcxx] How to update libcxx.llvm.org to use Sphinx generated doc?
...) that he is happy to host another builder for the libcxx documentation on his build slave. If not you will have to find another buildbot slave to use when 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 whic...
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