Help: Add documents for release notes
Add a release/index.rst document titled "CMake Release Notes" to hold the toctree for release notes. Add a "Release Notes" section to the top-level html document index to link to the new document.
This commit is contained in:
parent
34ea1f1520
commit
70309e7083
|
@ -39,6 +39,16 @@ Reference Manuals
|
|||
/manual/cmake-toolchains.7
|
||||
/manual/cmake-variables.7
|
||||
|
||||
.. only:: html or text
|
||||
|
||||
Release Notes
|
||||
#############
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
/release/index
|
||||
|
||||
.. only:: html
|
||||
|
||||
Index and Search
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
CMake Release Notes
|
||||
*******************
|
||||
|
||||
Releases
|
||||
========
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
Loading…
Reference in New Issue