Skip to content

Commit a1cb97f

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 a1cb97f

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

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)