packaging.python.org icon indicating copy to clipboard operation
packaging.python.org copied to clipboard

Add extlinks alias for PyPI

Open sinoroc opened this issue 2 years ago • 2 comments

extlinks = {
    # ...
    "pypi": ("https://pypi.org/project/%s", "%s"),
}

I think this could be real helpful.

Originally posted by @chrysle in https://github.com/pypa/packaging.python.org/pull/1362#discussion_r1387128645

sinoroc avatar Nov 08 '23 20:11 sinoroc

Per https://github.com/pypa/pip/pull/12616, integrating the latest sphinx-issues version can replace this.

webknjaz avatar May 09 '24 16:05 webknjaz

AFAIK the latest sphinx-issues does not support gh, so can't fully replace extlinks like https://github.com/pypa/pip/pull/12616

https://github.com/pypa/packaging.python.org/blob/5a04ac85a59917c7da5542515277690376254aef/source/conf.py#L137

shenxianpeng avatar May 13 '24 06:05 shenxianpeng