Skip to content

Commit 52b6ee0

Browse files
Add :oss-fuzz: supports
Backports part of 255e79f.
1 parent 00b513a commit 52b6ee0

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
@@ -554,6 +554,7 @@
554554
# mapping unique short aliases to a base URL and a prefix.
555555
# https://www.sphinx-doc.org/en/master/usage/extensions/extlinks.html
556556
extlinks = {
557+
"oss-fuzz": ("https://issues.oss-fuzz.com/issues/%s", "#%s"),
557558
"pypi": ("https://pypi.org/project/%s/", "%s"),
558559
"source": (SOURCE_URI, "%s"),
559560
}

0 commit comments

Comments
 (0)