Expand SphinxDocsBuilder to build and publish libc Sphinx docs.
Details
Details
Diff Detail
Diff Detail
- Repository
- rZORG LLVM Github Zorg
Event Timeline
Comment Actions
This isn't working as expected -- our sphinx publish bot has been failing for a while now: https://lab.llvm.org/buildbot/#/builders/89/builds/44024
Can this be reverted so that docs get published again?
Comment Actions
It seems that adding libc to _depends_on_projects has the problem.
This patch works with LLVM_ENABLE_PROJECTS=libc but not with LLVM_ENABLE_RUNTIMES=libc.
https://reviews.llvm.org/D153803 shall hopefully fix it.