[PATCH] D112181: [docs] Remove hard-coded version numbers from sphinx configs

Tom Stellard via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 20 14:06:47 PDT 2021


tstellar created this revision.
Herald added a subscriber: mgorny.
Herald added a reviewer: bollu.
Herald added a reviewer: MaskRay.
tstellar requested review of this revision.
Herald added projects: clang, LLVM, clang-tools-extra.
Herald added a subscriber: cfe-commits.

This updates all the non-runtime project release notes to use the
version number from CMake instead of the hard-coded version numbers
in conf.py.

It also hides warnings about pre-releases when the git suffix
is dropped from the LLVM version in CMake.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D112181

Files:
  clang-tools-extra/docs/ReleaseNotes.rst
  clang-tools-extra/docs/conf.py
  clang/docs/ReleaseNotes.rst
  clang/docs/conf.py
  lld/docs/ReleaseNotes.rst
  lld/docs/conf.py
  llvm/cmake/modules/AddSphinxTarget.cmake
  llvm/docs/ReleaseNotes.rst
  llvm/docs/conf.py
  polly/docs/ReleaseNotes.rst
  polly/docs/conf.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D112181.381092.patch
Type: text/x-patch
Size: 13004 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20211020/649d2956/attachment-0001.bin>


More information about the cfe-commits mailing list