#14033 closed (fixed)
versionadded, versionchanged directives don't insert xref link with Sphinx 1.0
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)
Change History (4)
by , 15 years ago
Attachment: | 14033.diff added |
---|
comment:1 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Path for this issue