search for: sphinxdocsbuild

Displaying 6 results from an estimated 6 matches for "sphinxdocsbuild".

Did you mean: sphinxdocsbuilder
2019 Oct 15
5
Zorg migration to GitHub/monorepo
...rting the majority of zorg to GitHub/monorepo. The following build factories will be ported and if you use one of those for your bots, you are all covered: * ClangBuilder.getClangCMakeBuildFactory (31 bots) * ClangBuilder.getClangCMakeGCSBuildFactory (2 bots) * LibcxxAndAbiBuilder (23 bots) * SphinxDocsBuilder (7 bots) * UnifiedTreeBuilder (11 bots) * ABITestsuitBuilder (1 bot) - based on UnifiedTreeBuilder * ClangLTOBuilder (2 bots) - based on UnifiedTreeBuilder * LLDPerformanceTesuiteBuilder (1 bot) - based on UnifiedTreeBuilder Some build factories will be deprecated. If you use one of these,...
2019 Oct 18
2
Zorg migration to GitHub/monorepo
...nd if you >> use one of those for your bots, you are all covered: >> >> >> >> * ClangBuilder.getClangCMakeBuildFactory (31 bots) >> >> * ClangBuilder.getClangCMakeGCSBuildFactory (2 bots) >> >> * LibcxxAndAbiBuilder (23 bots) >> >> * SphinxDocsBuilder (7 bots) >> >> * UnifiedTreeBuilder (11 bots) >> >> * ABITestsuitBuilder (1 bot) - based on UnifiedTreeBuilder >> >> * ClangLTOBuilder (2 bots) - based on UnifiedTreeBuilder >> >> * LLDPerformanceTesuiteBuilder (1 bot) - based on UnifiedTreeBuilder...
2015 Jul 31
0
[LLVMdev] [libcxx] How to update libcxx.llvm.org to use Sphinx generated doc?
...u 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 ``getSph...
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
2019 Oct 28
2
Zorg migration to GitHub/monorepo
...>> >>>> >>>> >>>> * ClangBuilder.getClangCMakeBuildFactory (31 bots) >>>> >>>> * ClangBuilder.getClangCMakeGCSBuildFactory (2 bots) >>>> >>>> * LibcxxAndAbiBuilder (23 bots) >>>> >>>> * SphinxDocsBuilder (7 bots) >>>> >>>> * UnifiedTreeBuilder (11 bots) >>>> >>>> * ABITestsuitBuilder (1 bot) - based on UnifiedTreeBuilder >>>> >>>> * ClangLTOBuilder (2 bots) - based on UnifiedTreeBuilder >>>> >>>> * LLD...
2019 Oct 29
2
Zorg migration to GitHub/monorepo
...* ClangBuilder.getClangCMakeBuildFactory (31 bots) > > >>>> > > >>>> * ClangBuilder.getClangCMakeGCSBuildFactory (2 bots) > > >>>> > > >>>> * LibcxxAndAbiBuilder (23 bots) > > >>>> > > >>>> * SphinxDocsBuilder (7 bots) > > >>>> > > >>>> * UnifiedTreeBuilder (11 bots) > > >>>> > > >>>> * ABITestsuitBuilder (1 bot) - based on UnifiedTreeBuilder > > >>>> > > >>>> * ClangLTOBuilder (2 bots) - based o...