Skip to content

Add PyPI extlink alias - #2041

Open
Herrtian wants to merge 2 commits into
pypa:mainfrom
Herrtian:add-pypi-extlink
Open

Add PyPI extlink alias#2041
Herrtian wants to merge 2 commits into
pypa:mainfrom
Herrtian:add-pypi-extlink

Conversation

@Herrtian

@Herrtian Herrtian commented May 4, 2026

Copy link
Copy Markdown
Contributor

Adds the requested PyPI extlinks alias, so docs can use the :pypi: role for links to project pages.

I kept this to the alias itself and did not do any broad link rewrite in the same change.

Checks:

  • git diff --check
  • uv run --with pre-commit pre-commit run --files source/conf.py
  • uv run --with nox nox -s build

Fixes #1370


📚 Documentation preview 📚: https://python-packaging-user-guide--2041.org.readthedocs.build/en/2041/

@webknjaz webknjaz left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please, integrate sphinx-issues instead, as discussed in the linked issue, and replace respective links across the docs.

Comment thread source/conf.py
@@ -194,13 +195,13 @@
github_sponsors_url = f"{github_url}/sponsors"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Some unused args need to be removed here

@webknjaz
webknjaz dismissed their stale review September 9, 2026 16:20

The previous request has been implemented, there's a new one pending, though.

@webknjaz webknjaz added the type: task Something that needs to be done that is not a bug or feature label Sep 9, 2026
@webknjaz

webknjaz commented Sep 9, 2026

Copy link
Copy Markdown
Member

@Herrtian thanks for working on this! Looks like there's small cleanup of unused vars left to do in conf.py. Do you think you could complete it? I think we can merge this right after.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: task Something that needs to be done that is not a bug or feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add extlinks alias for PyPI

2 participants