I couldn't find object.inv
for Django Rest Framework.
In Sphinx conf.py
, I have:
intersphinx_mapping = {
'python': ('https://docs.python.org/3.5', None),
'django': ('http://django.readthedocs.io/en/1.10.x/', None),
'rest_framework': (????, None)
}
I've tried with http://www.django-rest-framework.org/
but:
WARNING: intersphinx inventory 'http://www.django-rest-framework.org/objects.inv' not fetchable due to : 404 Client Error: Not Found for url: http://www.django-rest-framework.org/objects.inv
How can I map classes and methods in my docs to DRF?