[PATCH] D85470: [Flang] Fix release blocker issue #46931 related to documentation.

sameeran joshi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 7 07:54:06 PDT 2020


sameeranjoshi added a comment.

In D85470#2202650 <https://reviews.llvm.org/D85470#2202650>, @DavidTruby wrote:

>> Sticking to llvm style sounds good. But as soon as it is changed in llvm we won't match the llvm style any more. Does clang have copies like this too?
>
> I believe clang uses some cmake infrastructure to get doxygen and sphinx to pick up the theming stuff from LLVM. I at least can't see copies in clang.

There is a configuration variable `html_theme` in each sub-project supporting sphinx, I tried to  `grep "html_theme" -r ` here's the summary.
clang, libcxx, clang-tools-extra, libunwind - Use built-in theme `haiku`
llvm, flang, lld - Use custom llvm based theme `llvm-theme` 
lldb - Uses `alabaster` as one of the built-in themes.

Checking the `git blame` logs for these files in llvm and in lld shows they weren't modified since `2012`, so they seem to be pretty consistent since then.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D85470/new/

https://reviews.llvm.org/D85470



More information about the llvm-commits mailing list