#33503: docs.djangoproject.com does not serve objects.inv by Sphinx
--------------------------------+--------------------------------------
Reporter: Martin Fischer | Owner: nobody
Type: Uncategorized | Status: closed
Component: Documentation | Version: 4.0
Severity: Normal | Resolution: invalid
Keywords: | Triage Stage: Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
--------------------------------+--------------------------------------
Comment (by Carlton Gibson):
Just to expand, an interspinx configuration like this works:
{{{
intersphinx_mapping = {
'python': ('https://docs.python.org/3/', None),
'django': ('http://docs.djangoproject.com/en/stable/',
'http://docs.djangoproject.com/en/stable/_objects/'),
}
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/33503#comment:2>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/072.f2bfc28b46cfb2805c710ee9e81fe9ba%40djangoproject.com.