Skip to content

Commit 4f76d31

Browse files
committed
doc: new theme for 2.0.0
dnm Signed-off-by: Bartosz Gentkowski <bartosz.gentkowski@nordicsemi.no>
1 parent e9041d7 commit 4f76d31

3 files changed

Lines changed: 7 additions & 8 deletions

File tree

doc/nrf-bm/conf.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,11 @@
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+
"ncs_url": "https://nrfconnectdocs.nordicsemi.com/ncs/latest/nrf/",
55+
"ncs_label": "nRF Connect SDK Docs",
56+
"logo_url": "https://docs.nordicsemi.com"
57+
}
5458

5559
# Options for intersphinx ------------------------------------------------------
5660

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/27/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
[
22
"2.0.0",
3-
"2.0.0-preview1",
43
"1.0.0",
5-
"1.0.0-rc2",
6-
"1.0.0-rc1",
74
"0.9.0",
8-
"0.9.0-rc2",
9-
"0.9.0-rc1",
105
"0.8.0",
11-
"0.8.0-rc2"
6+
127
]

0 commit comments

Comments
 (0)