Skip to content

Commit 5a0c1a1

Browse files
committed
doc: DNM
a target PR to point to from reqs.txt in different projects, since we don't have a new release of the theme yet. DNM Signed-off-by: Bartosz Gentkowski <bartosz.gentkowski@nordicsemi.no>
1 parent afab31d commit 5a0c1a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • sphinx_ncs_theme/static/js

sphinx_ncs_theme/static/js/ncs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function NCS () {
1919
this.url_root = window.location.protocol + "//" + host + "/";
2020
this.version_data_url = this.url_root + "versions.json";
2121
} else {
22-
// Detect project prefix from path (e.g. /ncs/, /ncs-bm/, /addons/)
22+
// Detect project prefix from path (e.g. /ncs/, /ncs-bm/, /addons/ )
2323
// by finding the first segment that is a version or "latest".
2424
const segments = window.location.pathname.split("/").filter(Boolean);
2525
let prefix = "/";

0 commit comments

Comments
 (0)