Skip to content

Commit

Permalink
doc: zephyr: adjust gh_utils parameters
Browse files Browse the repository at this point in the history
So that they point to NCS fork.

Signed-off-by: Gerard Marull-Paretas <[email protected]>
  • Loading branch information
gmarull committed Dec 12, 2024
1 parent c4e11d2 commit a035182
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/zephyr/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,11 @@

kconfig_generate_db = False

# -- Options for zephyr.gh_utils -----------------------------------------------

gh_link_version = "main" if version.endswith("99") else f"v{version}"
gh_link_base_url = f"https://github.com/nrfconnect/sdk-zephyr"

# pylint: enable=undefined-variable,used-before-assignment


Expand Down

0 comments on commit a035182

Please sign in to comment.