Skip to content

Commit e415c1b

Browse files
committed
DOC: Add %s format string to extlinks
1 parent 69ae4e9 commit e415c1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -371,10 +371,10 @@
371371

372372
############ extlinks extension ############
373373
extlinks = {'issues': ('https://github.com/SciTools/cartopy/labels/%s',
374-
'issues labeled with '),
374+
'issues labeled with %s'),
375375
'issue': ('https://github.com/SciTools/cartopy/issues/%s',
376-
'Issue #'),
377-
'pull': ('https://github.com/SciTools/cartopy/pull/%s', 'PR #'),
376+
'Issue #%s'),
377+
'pull': ('https://github.com/SciTools/cartopy/pull/%s', 'PR #%s'),
378378
}
379379

380380

0 commit comments

Comments
 (0)