I am using Windows Vista, python 2.6.3 and Sphinx v0.6.5.

After building my project (successfully) my objects.inv file only
contains 3 lines:

# Sphinx inventory version 1
# Project: Pandorabots
# Version:

So the question is: why?

I discovered this when I tried using intersphinx to use some
documentation in another project by adding a dictionary entry to this
line in my conf.py:
intersphinx_mapping = {'http://docs.python.org/': None,  'file:///C:/
pcode/ws/pandorabots-docs/2-docs/docs/_build/html': None
}

which led to this error message:
C:\pcode\ws\pandorabots-docs\2-docs\docs>make html
Running Sphinx v0.6.5
loading pickled environment... not found
WARNING: intersphinx inventory 'file:///C:/pcode/ws/pandorabots-docs/2-
docs/docs
/_build/html/objects.inv' not fetchable due to <class
'urllib2.URLError'>: <urlo
pen error [Error 2] The system cannot find the file specified: 'C:\
\pcode\\ws\\p
andorabots-docs\\2-docs\\docs\\_build\\html\\objects.inv'>

My conf.py file does contain what I think are the correct references
to intersphinx - namely:
extensions = ['sphinx.ext.intersphinx', 'sphinx.ext.todo',
'sphinx.ext.coverage', 'sphinx.ext.ifconfig', 'pandorabotsdocs',]

Thanks in advance...
Fritz

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" 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/sphinx-dev?hl=en.

Reply via email to