[PATCH] D12129: [libcxx] Add new Sphinx documentation

Sean Silva via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 18 18:35:38 PDT 2015


silvas added a subscriber: silvas.
silvas added a comment.

>From a Sphinx perspective, this looks fine to me. You may want to consider using `html_theme = 'haiku'` for consistency with clang, but reusing LLVM's is fine. (the reason I had clang use 'haiku' is that it is a bit better put together since it ships with sphinx (llvm's theme also has a notorious problem distinguishing different header levels); 'haiku' also doesn't require any static theme-related assets to be checked in since sphinx has them already as part of its own installation)


http://reviews.llvm.org/D12129





More information about the cfe-commits mailing list