Skip to content

Commit

Permalink
DOC: Add %s format string to extlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
greglucas committed Sep 8, 2022
1 parent 635b42d commit 9f1850e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -371,10 +371,10 @@

############ extlinks extension ############
extlinks = {'issues': ('https://github.com/SciTools/cartopy/labels/%s',
'issues labeled with '),
'issues labeled with %s'),
'issue': ('https://github.com/SciTools/cartopy/issues/%s',
'Issue #'),
'pull': ('https://github.com/SciTools/cartopy/pull/%s', 'PR #'),
'Issue #%s'),
'pull': ('https://github.com/SciTools/cartopy/pull/%s', 'PR #%s'),
}


Expand Down

0 comments on commit 9f1850e

Please sign in to comment.