Skip to content

Commit a035182

Browse files
committed
doc: zephyr: adjust gh_utils parameters
So that they point to NCS fork. Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent c4e11d2 commit a035182

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/zephyr/conf.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,11 @@
9090

9191
kconfig_generate_db = False
9292

93+
# -- Options for zephyr.gh_utils -----------------------------------------------
94+
95+
gh_link_version = "main" if version.endswith("99") else f"v{version}"
96+
gh_link_base_url = f"https://github.com/nrfconnect/sdk-zephyr"
97+
9398
# pylint: enable=undefined-variable,used-before-assignment
9499

95100

0 commit comments

Comments
 (0)