#10315: objects.inv not available for intersphinx
-------------------------------+------------------------------------
     Reporter:  awatts         |                    Owner:  jacob
         Type:  Uncategorized  |                   Status:  closed
    Component:  Documentation  |                  Version:  1.0
     Severity:  Normal         |               Resolution:  fixed
     Keywords:                 |             Triage Stage:  Accepted
    Has patch:  0              |      Needs documentation:  0
  Needs tests:  0              |  Patch needs improvement:  0
Easy pickings:  0              |                    UI/UX:  0
-------------------------------+------------------------------------
Changes (by guettli):

 * ui_ux:   => 0
 * type:   => Uncategorized
 * severity:   => Normal
 * easy:   => 0


Comment:

 Here is a working sphinx config.py snippet:
 {{{
 # Add any Sphinx extension module names here, as strings. They can be
 extensions
 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
 extensions = ["sphinx.ext.intersphinx"]
 intersphinx_mapping = {
     'python': ('http://docs.python.org/2.7', None),
     'sphinx': ('http://sphinx.pocoo.org/', None),
     'django': ('http://docs.djangoproject.com/en/dev/',
 'http://docs.djangoproject.com/en/dev/_objects/'),
 }
 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/10315#comment:5>
Django <https://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