[PATCH] D87270: [Flang] Add GettingInvolved documentation page and sidebar.

sameeran joshi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 16 00:51:54 PDT 2020


sameeranjoshi added a comment.

In D87270#2275939 <https://reviews.llvm.org/D87270#2275939>, @richard.barton.arm wrote:

> @sameeranjoshi I see this merged but I don't see any changes to the sidebar in my local build.
>
> F12966414: image.png <https://reviews.llvm.org/F12966414>

I cloned the latest sources.
b42fa0c040961b3704e826ddc969c0e98238c3ba <https://reviews.llvm.org/rGb42fa0c040961b3704e826ddc969c0e98238c3ba>
I built it and I see the changes.

My configs are

  sphinx-build 3.2.1
  Name: recommonmark
  Version: 0.5.0

and cmake commands are

  cmake -GNinja -DCMAKE_BUILD_TYPE="Release" -DLLVM_TARGETS_TO_BUILD=host -DLLVM_ENABLE_PROJECTS="flang"  -DLLVM_ENABLE_SPHINX=ON -DSPHINX_WARNINGS_AS_ERRORS=OFF  llvm-project/llvm/
  
  ninja docs-flang-html

F12966525: image.png <https://reviews.llvm.org/F12966525>

@richard.barton.arm  Brower caching might be issue in your case?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D87270



More information about the llvm-commits mailing list