Skip to content

Commit 14c43c4

Browse files
committed
doc: fix versions.json
Get rid of trailing comma and pre-1.0.0 versions. Signed-off-by: Bartosz Gentkowski <bartosz.gentkowski@nordicsemi.no>
1 parent e556dd4 commit 14c43c4

3 files changed

Lines changed: 3 additions & 13 deletions

File tree

doc/nrf-bm/conf.py

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,7 @@
5050
html_show_sourcelink = True
5151
html_show_sphinx = False
5252

53-
html_theme_options = {
54-
"docset": "nrf-bm",
55-
"docsets": utils.ALL_DOCSETS,
56-
"addons_url": "",
57-
"bare_metal_url": "",
58-
"ncs_url": "https://nrfconnectdocs.nordicsemi.com/ncs/latest/nrf/",
59-
"ncs_label": "nRF Connect SDK Docs",
60-
"logo_url": "https://docs.nordicsemi.com",
61-
}
53+
html_theme_options = {"docset": "nrf-bm", "docsets": utils.ALL_DOCSETS}
6254

6355
# Options for intersphinx ------------------------------------------------------
6456

doc/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ Sphinx>=8.1,<8.2
55
sphinx-copybutton
66
sphinx-tabs
77
sphinx-togglebutton
8-
sphinx-ncs-theme<2.1
8+
sphinx-ncs-theme<1.1
99
west

doc/versions.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
[
22
"2.0.99",
33
"2.0.0",
4-
"1.0.0",
5-
"0.9.0",
6-
"0.8.0",
4+
"1.0.0"
75
]

0 commit comments

Comments
 (0)