Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add intersphinx configuration #28

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ajcerejeira
Copy link

Intersphinx is an extension that comes installed with Sphinx that can generate links to the documentation of objects in external projects.
By enabling this extension, an objects.inv file will be created when building the documentation. With this file, other projects can easily link to this guide using ref and doc directives, e.g, :ref:django-views-right-way:starting-point.
This extension can also be useful to automatically add links to Django modules and classes, e.g, :func:~django.shortcuts.render` would automatically be converted into a link to the Django docs page for that function.

See: https://www.sphinx-doc.org/en/master/usage/extensions/intersphinx.html

Intersphinx is an extension that comes installed with Sphinx that can generate links to the documentation of objects in external projects.
By enabling this extension, an `objects.inv` file will be created when building the documentation. With this file, other projects can easily link to this guide using `ref` and `doc` directives, *e.g*, :ref:`django-views-right-way:starting-point`.
This extension can also be useful to automatically add links to Django modules and classes, *e.g*, :func:`~django.shortcuts.render` would automatically be converted into a link to the Django docs page for that function.

See: https://www.sphinx-doc.org/en/master/usage/extensions/intersphinx.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant