We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4e11d2 commit a035182Copy full SHA for a035182
doc/zephyr/conf.py
@@ -90,6 +90,11 @@
90
91
kconfig_generate_db = False
92
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
98
# pylint: enable=undefined-variable,used-before-assignment
99
100
0 commit comments