Skip to content

Commit 7c22be4

Browse files
Add :oss-fuzz: macro support
Backports part of 255e79f.
1 parent 2165847 commit 7c22be4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Doc/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -547,6 +547,7 @@
547547
# mapping unique short aliases to a base URL and a prefix.
548548
# https://www.sphinx-doc.org/en/master/usage/extensions/extlinks.html
549549
extlinks = {
550+
"oss-fuzz": ("https://issues.oss-fuzz.com/issues/%s", "#%s"),
550551
"pypi": ("https://pypi.org/project/%s/", "%s"),
551552
"source": (SOURCE_URI, "%s"),
552553
}

0 commit comments

Comments
 (0)