We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa1bb85 commit 6f6b42cCopy full SHA for 6f6b42c
2 files changed
doc/nrf-bm/conf.py
@@ -50,7 +50,14 @@
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
+ "docsets": {},
55
+ "addons_url": "",
56
+ "bare_metal_url": "",
57
+ "ncs_url": "https://nrfconnectdocs.nordicsemi.com/ncs/latest/nrf/",
58
+ "ncs_label": "nRF Connect SDK docs",
59
+ "logo_url": "https://docs.nordicsemi.com",
60
+}
61
62
# Options for intersphinx ------------------------------------------------------
63
doc/versions.json
@@ -1,12 +1,7 @@
1
[
2
+ "2.0.99",
3
"2.0.0",
- "2.0.0-preview1",
4
"1.0.0",
5
- "1.0.0-rc2",
6
- "1.0.0-rc1",
7
"0.9.0",
8
- "0.9.0-rc2",
9
- "0.9.0-rc1",
10
"0.8.0",
11
- "0.8.0-rc2"
12
]
0 commit comments