File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -154,20 +154,20 @@ def build_config(
154
154
155
155
extlinks .setdefault ('sha' , (
156
156
f'https://github.com/{ github_project } /commit/%s' ,
157
- 'GitHub SHA@' ,
157
+ 'GitHub SHA@%s ' ,
158
158
))
159
159
extlinks .setdefault ('github_branch' , (
160
160
f'https://github.com/{ github_project } /tree/%s' ,
161
- 'GitHub branch' ,
161
+ 'GitHub branch %s ' ,
162
162
))
163
163
extlinks .setdefault ('github_user' , (
164
- 'https://github.com/%s/' , '@' ,
164
+ 'https://github.com/%s/' , '@%s ' ,
165
165
))
166
166
extlinks .setdefault ('pypi' , (
167
- 'https://pypi.org/project/%s/' , '' ,
167
+ 'https://pypi.org/project/%s/' , None ,
168
168
))
169
169
extlinks .setdefault ('wikipedia' , (
170
- 'https://en.wikipedia.org/wiki/%s' , '' ,
170
+ 'https://en.wikipedia.org/wiki/%s' , None ,
171
171
))
172
172
173
173
if not canonical_dev_url :
You can’t perform that action at this time.
0 commit comments