sphinx-doc / sphinxcontrib-django

This is a sphinx extension which improves the documentation of Django apps.
https://pypi.org/project/sphinxcontrib-django/
Apache License 2.0
43 stars 25 forks source link

Update Python Intersphinx mapping #71

Closed JasonGrace2282 closed 2 months ago

JasonGrace2282 commented 3 months ago

When building, I get these two warnings

intersphinx inventory has moved: https://docs.python.org/objects.inv -> https://docs.python.org/3/objects.inv
intersphinx inventory has moved: https://docs.djangoproject.com/en/stable/_objects/ -> https://docs.djangoproject.com/en/5.0/_objects/

The django one would be nice to fix, but obviously everyone has their own version of django pinned so (for now) there isn't much that can be done. This PR updates the python mapping.