diff options
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/poky.yaml | 2 | ||||
-rw-r--r-- | documentation/releases.rst | 3 | ||||
-rw-r--r-- | documentation/sphinx-static/switchers.js | 4 |
3 files changed, 6 insertions, 3 deletions
diff --git a/documentation/poky.yaml b/documentation/poky.yaml index 058f76e507..1d29906a3d 100644 --- a/documentation/poky.yaml +++ b/documentation/poky.yaml | |||
@@ -4,7 +4,7 @@ DISTRO_NAME : "Honister" | |||
4 | DISTRO_NAME_NO_CAP_MINUS_ONE : "hardknott" | 4 | DISTRO_NAME_NO_CAP_MINUS_ONE : "hardknott" |
5 | DISTRO_NAME_NO_CAP_LTS : "dunfell" | 5 | DISTRO_NAME_NO_CAP_LTS : "dunfell" |
6 | YOCTO_DOC_VERSION : "3.4.2" | 6 | YOCTO_DOC_VERSION : "3.4.2" |
7 | YOCTO_DOC_VERSION_MINUS_ONE : "3.3.4" | 7 | YOCTO_DOC_VERSION_MINUS_ONE : "3.3.5" |
8 | DISTRO_REL_TAG : "yocto-3.4.2" | 8 | DISTRO_REL_TAG : "yocto-3.4.2" |
9 | POKYVERSION : "26.0.2" | 9 | POKYVERSION : "26.0.2" |
10 | YOCTO_POKY : "poky-&DISTRO_NAME_NO_CAP;-&POKYVERSION;" | 10 | YOCTO_POKY : "poky-&DISTRO_NAME_NO_CAP;-&POKYVERSION;" |
diff --git a/documentation/releases.rst b/documentation/releases.rst index c4bfa857af..f19fcaf47d 100644 --- a/documentation/releases.rst +++ b/documentation/releases.rst | |||
@@ -21,6 +21,7 @@ Release Series 3.3 (hardknott) | |||
21 | - :yocto_docs:`3.3.2 Documentation </3.3.2>` | 21 | - :yocto_docs:`3.3.2 Documentation </3.3.2>` |
22 | - :yocto_docs:`3.3.3 Documentation </3.3.3>` | 22 | - :yocto_docs:`3.3.3 Documentation </3.3.3>` |
23 | - :yocto_docs:`3.3.4 Documentation </3.3.4>` | 23 | - :yocto_docs:`3.3.4 Documentation </3.3.4>` |
24 | - :yocto_docs:`3.3.5 Documentation </3.3.5>` | ||
24 | 25 | ||
25 | **************************** | 26 | **************************** |
26 | Release Series 3.1 (dunfell) | 27 | Release Series 3.1 (dunfell) |
@@ -39,6 +40,8 @@ Release Series 3.1 (dunfell) | |||
39 | - :yocto_docs:`3.1.10 Documentation </3.1.10>` | 40 | - :yocto_docs:`3.1.10 Documentation </3.1.10>` |
40 | - :yocto_docs:`3.1.11 Documentation </3.1.11>` | 41 | - :yocto_docs:`3.1.11 Documentation </3.1.11>` |
41 | - :yocto_docs:`3.1.12 Documentation </3.1.12>` | 42 | - :yocto_docs:`3.1.12 Documentation </3.1.12>` |
43 | - :yocto_docs:`3.1.13 Documentation </3.1.13>` | ||
44 | - :yocto_docs:`3.1.14 Documentation </3.1.14>` | ||
42 | 45 | ||
43 | ========================== | 46 | ========================== |
44 | Outdated Release Manuals | 47 | Outdated Release Manuals |
diff --git a/documentation/sphinx-static/switchers.js b/documentation/sphinx-static/switchers.js index c40823d8d4..feea5f2abf 100644 --- a/documentation/sphinx-static/switchers.js +++ b/documentation/sphinx-static/switchers.js | |||
@@ -4,9 +4,9 @@ | |||
4 | var all_versions = { | 4 | var all_versions = { |
5 | 'dev': 'dev (3.5)', | 5 | 'dev': 'dev (3.5)', |
6 | '3.4.2': '3.4.2', | 6 | '3.4.2': '3.4.2', |
7 | '3.3.4': '3.3.4', | 7 | '3.3.5': '3.3.5', |
8 | '3.2.4': '3.2.4', | 8 | '3.2.4': '3.2.4', |
9 | '3.1.12': '3.1.12', | 9 | '3.1.14': '3.1.14', |
10 | '3.0.4': '3.0.4', | 10 | '3.0.4': '3.0.4', |
11 | '2.7.4': '2.7.4', | 11 | '2.7.4': '2.7.4', |
12 | }; | 12 | }; |