Ticket #66680: patch-doc_conf_py.diff

File patch-doc_conf_py.diff, 816 bytes (added by essandess (Steve Smith), 21 months ago)
  • ./doc/conf.py

     
    2828
    2929# extlinks -- see http://www.sphinx-doc.org/en/stable/ext/extlinks.html
    3030extlinks = {
    31     'issue': ('https://github.com/haskell/cabal/issues/%s', '#'),
     31    'issue': ('https://github.com/haskell/cabal/issues/%s', '#%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', None),
     34    'ghc-ticket': ('https://gitlab.haskell.org/ghc/ghc/-/issues/%s', 'GHC #%s'),
    3535
    36     'hackage-pkg': ('http://hackage.haskell.org/package/%s', ''),
     36    'hackage-pkg': ('http://hackage.haskell.org/package/%s', None),
    3737}
    3838
    3939# General information about the project.