Skip to content

Commit 6c2f134

Browse files
committed
doc: Add back new theme
Add back the new theme for go live. Signed-off-by: divya pillai <divya.pillai@nordicsemi.no>
1 parent 4dfd28e commit 6c2f134

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

doc/conf.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@
3838
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
3939

4040
html_theme = 'sphinx_ncs_theme'
41+
html_show_sphinx = False
42+
43+
html_theme_options = {'docsets': {},"addons_url": "https://nrfconnect.github.io/ncs-app-index/","bare_metal_url": "","ncs_url": "https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/index.html", "ncs_label": "nRF Connect SDK Docs", "logo_url": "https://docs.nordicsemi.com"}
44+
45+
html_extra_path = ['versions.json']
4146

4247
## -- Options for Breathe ----------------------------------------------------
4348
# https://breathe.readthedocs.io/en/latest/index.html

doc/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Sphinx==5.3.0
22
breathe==4.35.0
3-
sphinx-ncs-theme==0.7.4
3+
sphinx-ncs-theme<2.1
44
sphinx-tabs>=3.4
55
sphinx-togglebutton>=0.3.2
66
Pillow>=9.0.1

0 commit comments

Comments
 (0)