[all-commits] [llvm/llvm-project] e80c52: [docs] Remove hard-coded version numbers from sphi...
Tom Stellard via All-commits
all-commits at lists.llvm.org
Tue Feb 1 23:14:35 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e80c52986e1bb3afa6a92c58b1cb897877923a66
https://github.com/llvm/llvm-project/commit/e80c52986e1bb3afa6a92c58b1cb897877923a66
Author: Tom Stellard <tstellar at redhat.com>
Date: 2022-02-01 (Tue, 01 Feb 2022)
Changed paths:
M clang-tools-extra/docs/ReleaseNotes.rst
M clang-tools-extra/docs/conf.py
M clang/docs/ReleaseNotes.rst
M clang/docs/conf.py
M lld/docs/ReleaseNotes.rst
M lld/docs/conf.py
M llvm/cmake/modules/AddSphinxTarget.cmake
M llvm/docs/ReleaseNotes.rst
M llvm/docs/conf.py
M polly/docs/ReleaseNotes.rst
M polly/docs/conf.py
Log Message:
-----------
[docs] Remove hard-coded version numbers from sphinx configs
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.
Reviewed By: MaskRay
Differential Revision: https://reviews.llvm.org/D112181
More information about the All-commits
mailing list