Skip to content

Commit cef8ade

Browse files
committed
Ad haskell#8196: fix warnings: update extlinks format to Sphinx 5
1 parent 0eaa5c0 commit cef8ade

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/conf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@
2828

2929
# extlinks -- see http://www.sphinx-doc.org/en/stable/ext/extlinks.html
3030
extlinks = {
31-
'issue': ('https://github.com/haskell/cabal/issues/%s', '#'),
31+
'issue': ('https://github.com/haskell/cabal/issues/%s', 'issue #%s'),
3232

33-
'ghc-wiki': ('https://gitlab.haskell.org/ghc/ghc/-/wikis/%s', ''),
34-
'ghc-ticket': ('https://gitlab.haskell.org/ghc/ghc/-/issues/%s', 'GHC #'),
33+
'ghc-wiki': ('https://gitlab.haskell.org/ghc/ghc/-/wikis/%s', '%s'),
34+
'ghc-ticket': ('https://gitlab.haskell.org/ghc/ghc/-/issues/%s', 'GHC issue #%s'),
3535

36-
'hackage-pkg': ('http://hackage.haskell.org/package/%s', ''),
36+
'hackage-pkg': ('http://hackage.haskell.org/package/%s', '%s'),
3737
}
3838

3939
# General information about the project.

0 commit comments

Comments
 (0)