Installing gource, several packages on my Mac were updated. I have no idea, 
which one is now refusing to generate graphics (e.g. inheritance diagrams). 

Unfortunately, sphinx is realizing much to late that the pictures have not 
been generated, when trying to open. From my point of view this should be 
changed in two points:

1. Check when picture is generated, if it is really generated and raise 
warning.
2. When picture could not be generated to not try to open it, but use a 
default graphic.

Unfortunately, I have no idea, which package caused the error, so I could 
try to downgrade it. Any suggestions?

Find here the very important error.log.

# Sphinx version: 1.1.3
# Python version: 2.6.8
# Docutils version: 0.10 release
# Jinja2 version: 2.6
Traceback (most recent call last):
  File 
"/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/sphinx/cmdline.py",
 
line 189, in main
    app.build(force_all, filenames)
  File 
"/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/sphinx/application.py",
 
line 204, in build
    self.builder.build_update()
  File 
"/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/sphinx/builders/__init__.py",
 
line 196, in build_update
    'out of date' % len(to_build))
  File 
"/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/sphinx/builders/__init__.py",
 
line 252, in build
    self.write(docnames, list(updated_docnames), method)
  File 
"/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/sphinx/builders/__init__.py",
 
line 292, in write
    self.write_doc(docname, doctree)
  File 
"/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/sphinx/builders/html.py",
 
line 419, in write_doc
    self.docwriter.write(doctree, destination)
  File 
"/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/docutils/writers/__init__.py",
 
line 80, in write
    self.translate()
  File 
"/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/sphinx/writers/html.py",
 
line 38, in translate
    self.document.walkabout(visitor)
  File 
"/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/docutils/nodes.py",
 
line 174, in walkabout
    if child.walkabout(visitor):
  File 
"/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/docutils/nodes.py",
 
line 174, in walkabout
    if child.walkabout(visitor):
  File 
"/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/docutils/nodes.py",
 
line 174, in walkabout
    if child.walkabout(visitor):
  File 
"/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/docutils/nodes.py",
 
line 166, in walkabout
    visitor.dispatch_visit(self)
  File 
"/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/docutils/nodes.py",
 
line 1627, in dispatch_visit
    return method(node)
  File 
"/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/sphinx/ext/inheritance_diagram.py",
 
line 340, in html_visit_inheritance_diagram
    alt='Inheritance diagram of ' + node['content'])
  File 
"/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/sphinx/ext/graphviz.py",
 
line 219, in render_dot_html
    mapfile = open(outfn + '.map', 'rb')
IOError: [Errno 2] No such file or directory: 
'/Users/krell/proj/software/docs/.build/html/_images/inheritance-7968633f43098d08b7e0bcfadc4e35aaa828bde8.png.map'

-- 
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