Skip to content

Update intersphinx_mapping for Sphinx 8 compatibility (#598)#599

Merged
sh4nks merged 2 commits intopallets-eco:masterfrom
musicinmybrain:sphinx8
Apr 16, 2026
Merged

Update intersphinx_mapping for Sphinx 8 compatibility (#598)#599
sh4nks merged 2 commits intopallets-eco:masterfrom
musicinmybrain:sphinx8

Conversation

@musicinmybrain
Copy link
Copy Markdown
Contributor

@musicinmybrain musicinmybrain commented Feb 14, 2025

This makes the intersphinx_mapping in docs/conf.py forward-compatible with Spinx 8 by changing it from

intersphinx_mapping = {"https://docs.python.org/3/": None}

to

intersphinx_mapping = {"python": ("https://docs.python.org/3/", None)}

Checklist:

  • Add tests that demonstrate the correct behavior of the change. Tests should fail without the change. N/A; test by building and inspecting the documentation
  • Add or update relevant docs, in the docs folder and in code. N/A; nothing to document
  • Add an entry in CHANGES.rst summarizing the change and linking to the issue.
  • Add .. versionchanged:: entries in any relevant code docs. N/A; no code changes
  • Run pre-commit hooks and fix any issues.
  • Run pytest and tox, no tests failed.

@sh4nks sh4nks merged commit 7e0d46d into pallets-eco:master Apr 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

The intersphinx_mapping in docs/conf.py is incompatible with Sphinx 8

2 participants