Skip to content

Commit 300c8d8

Browse files
b-gentArekBalysNordic
authored andcommitted
doc: update conf.py
small updates to conf.py to fit the new Sphinx theme Signed-off-by: Bartosz Gentkowski <bartosz.gentkowski@nordicsemi.no>
1 parent 21b7ed0 commit 300c8d8

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

docs/conf.py

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@
1010
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
1111

1212
project = 'Zigbee R23 add-on for nRF Connect SDK'
13-
copyright = '2025, Nordic Semiconductor'
13+
copyright = '2026, Nordic Semiconductor'
1414
author = 'Nordic Semiconductor'
15-
release = '1.0.0'
15+
release = 'Latest'
16+
version = 'Latest'
1617

1718
# Paths
1819

@@ -48,9 +49,14 @@
4849

4950
html_theme_options = {
5051
'docsets': {},
52+
"ncs_url": "https://nrfconnectdocs.nordicsemi.com/ncs/latest/nrf/",
53+
"ncs_label": "nRF Connect SDK Docs",
54+
"addons_url": "https://nrfconnect.github.io/ncs-app-index/",
55+
"bare_metal_url": "",
56+
"logo_url": "https://docs.nordicsemi.com",
5157
}
5258

53-
# Copied into the HTML output for the hosted documentation version switcher.
59+
html_show_sphinx = False
5460
html_extra_path = ['versions.json']
5561

5662
## -- Options for Breathe ----------------------------------------------------

0 commit comments

Comments
 (0)