File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
1111
1212project = 'Zigbee R23 add-on for nRF Connect SDK'
13- copyright = '2025 , Nordic Semiconductor'
13+ copyright = '2026 , Nordic Semiconductor'
1414author = 'Nordic Semiconductor'
15- release = '1.0.0'
15+ release = 'Latest'
16+ version = 'Latest'
1617
1718# Paths
1819
4849
4950html_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
5460html_extra_path = ['versions.json' ]
5561
5662## -- Options for Breathe ----------------------------------------------------
You can’t perform that action at this time.
0 commit comments