File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 359
359
'theme_logo_only' : False ,
360
360
'current_version' : version ,
361
361
'versions' : ( ("latest" , "/" ),
362
+ ("1.13.0" , "/1.13.0/" ),
362
363
("1.12.0" , "/1.12.0/" ),
363
364
("1.11.0" , "/1.11.0/" ),
364
365
("1.10.0" , "/1.10.0/" ),
Original file line number Diff line number Diff line change @@ -20,7 +20,8 @@ Zephyr Project Documentation
20
20
``http://docs.zephyrproject.org/<version> ``. The following documentation
21
21
versions are available:
22
22
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 `_
24
25
25
26
For information about the changes and additions for releases, please
26
27
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
66
67
67
68
* :ref: `genindex `
68
69
70
+ .. _Zephyr 1.13.0 : http://docs.zephyrproject.org/1.13.0/
69
71
.. _Zephyr 1.12.0 : http://docs.zephyrproject.org/1.12.0/
70
72
.. _Zephyr 1.11.0 : http://docs.zephyrproject.org/1.11.0/
71
73
.. _Zephyr 1.10.0 : http://docs.zephyrproject.org/1.10.0/
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Git clone and checkout commands, such as:
18
18
19
19
git clone https://github.com/zephyrproject-rtos/zephyr
20
20
cd zephyr
21
- git checkout tags/v1.12 .0
21
+ git checkout tags/v1.13 .0
22
22
23
23
24
24
The project's technical documentation is also tagged to correspond with a
@@ -30,6 +30,7 @@ Zephyr Kernel Releases
30
30
.. toctree ::
31
31
:maxdepth: 1
32
32
33
+ release-notes-1.13
33
34
release-notes-1.12
34
35
release-notes-1.11
35
36
release-notes-1.10
You can’t perform that action at this time.
0 commit comments