Hello, I just tried to 'make html' my documentation with the latest Sphinx beta release, 1.2b1, on Ubuntu 12.04. However, 'make html' quickly exists with the following message:
sphinx-build -b html -d _build/doctrees . _build/html Running Sphinx v1.2b1 Extension error: Could not import extension inheritance_diagram (exception: cannot import name xfileref_role) make: *** [html] Error 1 This is not surprising, as the list of changes states that sphinx.roles.xfileref_role() has been deprecated and removed in 1.2b1. However, I could not find any indications as of which are the offending parts in my .rst sources. What do I have to look for, and how do I fix my .rst sources? Thank you, Mischa Schirmer -- 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.
