Skip to content

Commit 23d4c5d

Browse files
dbkindernashif
authored andcommitted
doc: changes for 1.13 documentaiton release
Doc changes listed in the release checklist (#8320) Signed-off-by: David B. Kinder <[email protected]>
1 parent 148c7dd commit 23d4c5d

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

doc/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,7 @@
359359
'theme_logo_only': False,
360360
'current_version': version,
361361
'versions': ( ("latest", "/"),
362+
("1.13.0", "/1.13.0/"),
362363
("1.12.0", "/1.12.0/"),
363364
("1.11.0", "/1.11.0/"),
364365
("1.10.0", "/1.10.0/"),

doc/index.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ Zephyr Project Documentation
2020
``http://docs.zephyrproject.org/<version>``. The following documentation
2121
versions are available:
2222

23-
`Zephyr 1.9.2`_ | `Zephyr 1.10.0`_ | `Zephyr 1.11.0`_ | `Zephyr 1.12.0`_
23+
`Zephyr 1.9.2`_ | `Zephyr 1.10.0`_ | `Zephyr 1.11.0`_ |
24+
`Zephyr 1.12.0`_ | `Zephyr 1.13.0`_
2425

2526
For information about the changes and additions for releases, please
2627
consult the published :ref:`zephyr_release_notes` documentation.
@@ -66,6 +67,7 @@ Source code for the Zephyr Project is maintained in the Zephyr Project's
6667

6768
* :ref:`genindex`
6869

70+
.. _Zephyr 1.13.0: http://docs.zephyrproject.org/1.13.0/
6971
.. _Zephyr 1.12.0: http://docs.zephyrproject.org/1.12.0/
7072
.. _Zephyr 1.11.0: http://docs.zephyrproject.org/1.11.0/
7173
.. _Zephyr 1.10.0: http://docs.zephyrproject.org/1.10.0/

doc/release-notes.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Git clone and checkout commands, such as:
1818
1919
git clone https://github.com/zephyrproject-rtos/zephyr
2020
cd zephyr
21-
git checkout tags/v1.12.0
21+
git checkout tags/v1.13.0
2222
2323
2424
The project's technical documentation is also tagged to correspond with a
@@ -30,6 +30,7 @@ Zephyr Kernel Releases
3030
.. toctree::
3131
:maxdepth: 1
3232

33+
release-notes-1.13
3334
release-notes-1.12
3435
release-notes-1.11
3536
release-notes-1.10

0 commit comments

Comments
 (0)