Skip to content
Snippets Groups Projects
Commit 471f040d authored by Ziwei Wang's avatar Ziwei Wang
Browse files

Fix build issue with extlinks

Missing %s was causing type error on sphinx/ext/extlinks.py

Change-Id: I9f9202bd3ed67fa92f13d0c436a99a4505e96c73
parent 845680a3
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ extlinks = {
('https://git.jami.net/savoirfairelinux/jami-project/-/issues/%s',
'jami-project#%s'),
'gitlab-project':
('https://git.jami.net/savoirfairelinux/%s', 'gitlab:'),
('https://git.jami.net/savoirfairelinux/%s', 'gitlab:%s'),
# Gerrit
'gerrit': ('https://review.jami.net/%s', 'gerrit#%s'),
'gerrit-project':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment