This may not be the place to ask, but here goes:

I built documentation for a module and uploaded the documents to 
PythonHosted.

Now I'm trying to reference those docs in another project. In the conf.py 
file I have:

>>intersphinx_mapping = {'python':('http://docs.python.org/2/', None),
>>    'xcheck':('pythonhosted.org/XMLCheck/', 'objects.inv')}

Yet when I try to link to these docs, the output is not a link.

My source

#. Define the checker using :py:class:`xcheck.XCheck`.
#. Create a manager with :class:`TreeManager`.
#. Link to :py:class:`zipfile.ZipFile`.

The TreeManager link works (it's defined in the module I'm documenting), 
and the link to ZipFile works, but the first link does not.

What am I missing? I've confirmed the objects.inv file exists of XMLCheck.

Also, I get a warning when building these docs:

WARNING: intersphinx inventory 'objects.inv' not fetchable due to <type 
'exceptions.IOError'>: [Errno 2] No such file or directory: 
'C:\\dev\\xmldb\\trunk\\doc\\objects.inv'

My other documentation doesn't have a similar file, why is Sphinx looking 
for it?

Josh

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sphinx-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to