[Lldb-commits] [PATCH] D65330: [lldb][docs] Update documentation for monorepo and CMake caches

Stefan Gränitz via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Jul 26 09:24:51 PDT 2019


sgraenitz added a comment.

I added a few links to LLVM documentation here and wondered what to do with them, if this gets cherry-picked to `release/9.x`, e.g. https://llvm.org/docs/CMake.html
Ideally they would point to their 9.x counterparts, e.g. https://releases.llvm.org/9.0.0/docs/CMake.html and with 9.0.1 it should become https://releases.llvm.org/9.0.1/docs/CMake.html
Is there a way to do this in Sphinx?

`llvm/docs/AdvancedBuilds.rst` links within one build directory using ":doc:`CMake`", but apparently this doesn't work cross-project? Ideas / opinions?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D65330





More information about the lldb-commits mailing list