Skip to content

Commit 7918804

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

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

doc/nrf-bm/conf.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,13 @@
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+
"docset": "nrf-bm",
55+
"docsets": utils.ALL_DOCSETS,
56+
"ncs_url": "ncs_url",
57+
"ncs_label": "nRF Connect SDK docs",
58+
"logo_url": "https://docs.nordicsemi.com",
59+
}
5460

5561
# Options for intersphinx ------------------------------------------------------
5662

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

0 commit comments

Comments
 (0)