We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa1bb85 commit 7918804Copy full SHA for 7918804
2 files changed
doc/nrf-bm/conf.py
@@ -50,7 +50,13 @@
50
html_show_sourcelink = True
51
html_show_sphinx = False
52
53
-html_theme_options = {"docset": "nrf-bm", "docsets": utils.ALL_DOCSETS}
+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
+}
60
61
# Options for intersphinx ------------------------------------------------------
62
doc/requirements.txt
@@ -5,5 +5,5 @@ Sphinx>=8.1,<8.2
5
sphinx-copybutton
6
sphinx-tabs
7
sphinx-togglebutton
8
-sphinx-ncs-theme<1.1
+git+https://github.com/nrfconnect/doc-sphinx-ncs-theme@refs/pull/26/merge#egg=sphinx-ncs-theme
9
west
0 commit comments