Skip to content

Commit 6e1471f

Browse files
committed
doc: test new theme
wip Signed-off-by: Bartosz Gentkowski <bartosz.gentkowski@nordicsemi.no>
1 parent aa1bb85 commit 6e1471f

3 files changed

Lines changed: 10 additions & 8 deletions

File tree

doc/nrf-bm/conf.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,14 @@
5050
html_show_sourcelink = True
5151
html_show_sphinx = False
5252

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

5562
# Options for intersphinx ------------------------------------------------------
5663

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<1.1
8+
git+https://github.com/nrfconnect/doc-sphinx-ncs-theme@refs/pull/26/merge#egg=sphinx-ncs-theme
99
west

doc/versions.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
[
2+
"2.0.99",
23
"2.0.0",
3-
"2.0.0-preview1",
44
"1.0.0",
5-
"1.0.0-rc2",
6-
"1.0.0-rc1",
75
"0.9.0",
8-
"0.9.0-rc2",
9-
"0.9.0-rc1",
106
"0.8.0",
11-
"0.8.0-rc2"
127
]

0 commit comments

Comments
 (0)