mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-23 05:40:09 +00:00
[libc++] Make sure to publish release notes at ReleaseNotes.html
In LLVM 17, we switched to numbered RST files for release notes, which makes it easier to deal with cherry-picks around release points. However, we stopped publishing `libcxx/docs/ReleaseNotes.html`, which was referenced by external sites. This patch ensures that we keep publishing `ReleaseNotes.html` by simply including the versioned RST file in the unversioned RST file. Fixes #77955
This commit is contained in:
parent
75b0c913a5
commit
90af11ea97
4
libcxx/docs/ReleaseNotes.rst
Normal file
4
libcxx/docs/ReleaseNotes.rst
Normal file
@ -0,0 +1,4 @@
|
||||
.. include:: ReleaseNotes/18.rst
|
||||
|
||||
.. The release notes are in versioned files, but we make sure to keep publishing
|
||||
.. them in an unversioned ReleaseNotes.html page for external sites to reference.
|
@ -34,7 +34,7 @@ Getting Started with libc++
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
ReleaseNotes/18
|
||||
ReleaseNotes
|
||||
UsingLibcxx
|
||||
BuildingLibcxx
|
||||
TestingLibcxx
|
||||
|
Loading…
Reference in New Issue
Block a user