Skip to content

Commit 4f28eb7

Browse files
committed
doc: Add back new theme and remove old doc workflow
Add back new theme and remove old doc workflow for go live. DNM the PR. Signed-off-by: divya pillai <divya.pillai@nordicsemi.no>
1 parent 8de2339 commit 4f28eb7

5 files changed

Lines changed: 6 additions & 208 deletions

File tree

.github/workflows/docs-build-and-publish-zooomin.yml

Lines changed: 0 additions & 106 deletions
This file was deleted.

.github/workflows/docs-build-and-publish.yml

Lines changed: 0 additions & 81 deletions
This file was deleted.

.github/workflows/on-push-zoomin-publish.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

docs/conf.py

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

2828
html_theme = 'sphinx_ncs_theme'
29+
html_show_sphinx = False
30+
html_static_path = ["_static"]
31+
html_css_files = ["hide-versions.css"]
32+
33+
html_theme_options = {'docsets': {},"addons_url": "https://nrfconnect.github.io/ncs-app-index/","bare_metal_url": "","ncs_url": "https://nrfconnectdocs.nordicsemi.com/ncs/latest/nrf/index.html", "ncs_label": "nRF Connect SDK Docs", "logo_url": "https://nordic-semiconductor.fluidtopics.net/"}
2934

3035
# Include following files at the end of each .rst file.
3136
rst_epilog = """

docs/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)