[cfe-dev] [libcxx] How to update libcxx.llvm.org to use Sphinx generated doc?

Tanya Lattner tanyalattner at llvm.org
Tue Jul 28 12:39:39 PDT 2015


Eric,

I believe I can help you with this. There is a script on llvm.org that generates the sphinx docs for the web and it would need to be modified to build your documentation as well. 

Please structure it like clang to make it easier on my side. So have a docs directory and contain all sphinx docs there. Then the command to generate should be 'make html' or 'make -f Makefile.sphinx html'. I think the generated docs go in _build/html

If its ready to go, then I could try to add it, but my bandwidth is limited for the next week due to mailing list moves so I wont have a lot of time to troubleshoot.

Thanks,
Tanya



> On Jul 28, 2015, at 12:29 PM, Eric Fiselier <eric at efcs.ca> wrote:
> 
> CC Tanya and ping.
> 
> On Mon, Jul 20, 2015 at 1:41 PM, Eric Fiselier <eric at efcs.ca> wrote:
>> 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





More information about the cfe-dev mailing list