#14033: versionadded, versionchanged directives don't insert xref link with 
Sphinx
1.0
---------------------------+------------------------------------------------
 Reporter:  ramiro         |       Owner:  nobody    
   Status:  new            |   Milestone:            
Component:  Documentation  |     Version:  SVN       
 Keywords:                 |       Stage:  Unreviewed
Has_patch:  1              |  
---------------------------+------------------------------------------------
 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)

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

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to