[PATCH] D87242: [flang] Add new documentation main page

sameeran joshi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 8 10:32:30 PDT 2020


sameeranjoshi added a comment.

The web-pages seem to work properly for me with below configurations.

  Name: sphinx-markdown-tables
  Version: 0.0.15
  Name: recommonmark
  Version: 0.6.0
  
  $ sphinx-build --version
  sphinx-build 3.2.0

The TOC tree is displayed in the right `indexsidebar`, if it could be displayed at the top (see http://llvm.org/docs/CMake.html for reference) of individual pages that would be better and it would help reader initially to navigate to the internal section in the respective page.
Further I went on to apply `D87226`(contains a fixed side bar index links ) and the TOC disappears probably due to above mentioned issue.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D87242



More information about the llvm-commits mailing list