#14033 closed (fixed)
versionadded, versionchanged directives don't insert xref link with Sphinx 1.0
Reported by: | Ramiro Morales | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
It works correctly with Sphinx 0.6.x.
Refs. #13616 and #14005, this had already been reported by andrewsk (http://code.djangoproject.com/ticket/13616#comment:8).
An example: http://docs.djangoproject.com/en/1.2/ref/models/options/#django.db.models.Options.managed
The fix is to replace 'ref'
with 'std:ref'
when adding the node but I to migrate the directive implementation to the class-based scheme available since sphinx 0.6 from the deprecated function-based (see http://sphinx.pocoo.org/ext/appapi.html#sphinx.application.Sphinx.add_directive)
Attachments (2)
Change History (4)
by , 14 years ago
Attachment: | 14033.diff added |
---|
comment:1 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Path for this issue