Skip to content

Commit

Permalink
Don't try to reformat PyPI links
Browse files Browse the repository at this point in the history
  • Loading branch information
ncoghlan committed Nov 11, 2024
1 parent 281ffdb commit 110238e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
extlinks = {
"issue": ("https://github.com/lmstudio-ai/venvstacks/issues/%s", "#%s"),
"pr": ("https://github.com/lmstudio-ai/venvstacks/pull/%s", "PR #%s"),
"pypi": ("https://pypi.org/project/%s/", "``%s``"),
"pypi": ("https://pypi.org/project/%s/", "%s"),
"toml": ("https://toml.io/en/v1.0.0#%s", "%s"),
}
extlinks_detect_hardcoded_links = True
Expand Down

0 comments on commit 110238e

Please sign in to comment.