Skip to content

Commit

Permalink
Fix extlinks in conf.py
Browse files Browse the repository at this point in the history
Close #2713
  • Loading branch information
chestnutprog authored and davidism committed May 22, 2024
1 parent 52072a9 commit a2ce394
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
autodoc_typehints = "description"
autodoc_preserve_defaults = True
extlinks = {
"issue": ("https://github.com/pallets/flask/issues/%s", "#%s"),
"pr": ("https://github.com/pallets/flask/pull/%s", "#%s"),
"issue": ("https://github.com/pallets/click/issues/%s", "#%s"),
"pr": ("https://github.com/pallets/click/pull/%s", "#%s"),
}
intersphinx_mapping = {
"python": ("https://docs.python.org/3/", None),
Expand Down

0 comments on commit a2ce394

Please sign in to comment.