#10315: objects.inv not available for intersphinx
------------------------------------+---------------------------------------
          Reporter:  awatts         |         Owner:  jacob
            Status:  closed         |     Milestone:       
         Component:  Documentation  |       Version:  1.0  
        Resolution:  fixed          |      Keywords:       
             Stage:  Accepted       |     Has_patch:  0    
        Needs_docs:  0              |   Needs_tests:  0    
Needs_better_patch:  0              |  
------------------------------------+---------------------------------------
Comment (by ben):

 It might also be worth mentioning here that you'll need to download this
 and stick it in your sphinx source directory (as django.inv in the conf.py
 example below). Then you need something in conf.py like this:

 {{{
 intersphinx_mapping = {
   'http://docs.djangoproject.com/en/dev': 'django.inv',
   }
 }}}

 This doesn't guarantee that your link to a django object will be picked
 up. If you get something like this:

 {{{
 Exception occurred: 60%] index
   File ".../writers/html.py", line 478, in unknown_visit
     raise NotImplementedError('Unknown node: ' + node.__class__.__name__)
 NotImplementedError: Unknown node: pending_xref
 The full traceback has been saved in /tmp/sphinx-err-z5XcJy.log, if you
 want to report the issue to the author.
 }}}

 Then check that it's in the inv file.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/10315#comment:4>
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 [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to