Lines Matching +full:set +full:- +full:url
3 # SPDX-License-Identifier: Apache-2.0
5 # based on http://protips.readthedocs.io/link-roles.html
35 "git describe --exact-match", shell=True, stderr=subprocess.DEVNULL
40 return output.strip().decode("utf-8")
88 line_match = re.search(r"(.+?)(?:#(L\d+(?:-L\d+)?))?$", link)
98 # Try to get a module repository's GitHub URL from the manifest.
100 # This allows e.g. building the docs in downstream Zephyr-based
107 baseurl = project.url
117 # Baseurl for manifest project not set
120 f"Configuration value `link_roles_manifest_baseurl` not set\n\t{trace}"
133 url = f"{baseurl}/{format}/{rev}/{link}{line_ref}"
134 node = nodes.reference(rawtext, link_text, refuri=url, **options)