Skip to content

Commit

Permalink
docs: Fix extlinks for Sphinx 6
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Jun 9, 2022
1 parent d6a4ab3 commit 506d50e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
autodoc_typehints = "description"

extlinks = {
"issue": ("https://github.com/open-contracting/pelican-backend/issues/%s", "#"),
"commit": ("https://github.com/open-contracting/pelican-backend/commit/%s", ""),
"compare": ("https://github.com/open-contracting/pelican-backend/compare/%s", ""),
"issue": ("https://github.com/open-contracting/pelican-backend/issues/%s", "#%s"),
"commit": ("https://github.com/open-contracting/pelican-backend/commit/%s", "%s"),
"compare": ("https://github.com/open-contracting/pelican-backend/compare/%s", "%s"),
}

0 comments on commit 506d50e

Please sign in to comment.