Skip to content

Commit 90af11e

Browse files
committed
[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
1 parent 75b0c91 commit 90af11e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

libcxx/docs/ReleaseNotes.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.. include:: ReleaseNotes/18.rst
2+
3+
.. The release notes are in versioned files, but we make sure to keep publishing
4+
.. them in an unversioned ReleaseNotes.html page for external sites to reference.

libcxx/docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Getting Started with libc++
3434
.. toctree::
3535
:maxdepth: 1
3636

37-
ReleaseNotes/18
37+
ReleaseNotes
3838
UsingLibcxx
3939
BuildingLibcxx
4040
TestingLibcxx

0 commit comments

Comments
 (0)