Skip to content

Commit

Permalink
Fix extlinks in conf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
chestnutprog committed Apr 26, 2024
1 parent 2f70e17 commit 66d4744
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
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 66d4744

Please sign in to comment.