[Django] #33503: docs.djangoproject.com does not serve objects.inv by Sphinx

7 views
Skip to first unread message

Django

unread,
Feb 8, 2022, 2:33:42 AM2/8/22
to django-...@googlegroups.com
#33503: docs.djangoproject.com does not serve objects.inv by Sphinx
------------------------------------------+------------------------
Reporter: Martin Fischer | Owner: nobody
Type: Uncategorized | Status: new
Component: Documentation | Version: 4.0
Severity: Normal | Keywords:
Triage Stage: Unreviewed | Has patch: 0
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
------------------------------------------+------------------------
Sphinx generates an `objects.inv` file which can be used to link doc pages
from another sphinx website using `sphinx.ext.intersphinx`.

https://docs.djangoproject.com/en/4.0/objects.inv however returns a 404

--
Ticket URL: <https://code.djangoproject.com/ticket/33503>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

Django

unread,
Feb 8, 2022, 2:40:00 AM2/8/22
to django-...@googlegroups.com
#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
--------------------------------+--------------------------------------
Changes (by Mariusz Felisiak):

* status: new => closed
* resolution: => invalid


Comment:

You can find objects inventory in
https://docs.djangoproject.com/en/4.0/_objects/

--
Ticket URL: <https://code.djangoproject.com/ticket/33503#comment:1>

Django

unread,
Feb 8, 2022, 3:41:19 AM2/8/22
to django-...@googlegroups.com
#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>

Reply all
Reply to author
Forward
0 new messages