On Friday, January 29, 2016 at 3:23:40 PM UTC+3, anatoly techtonik wrote: > > On Friday, April 26, 2013 at 12:30:06 PM UTC+3, Nicolas Roche wrote: >> >> On 4/24/13 5:25 PM, Mischa Schirmer wrote: >> > Hello, >> > >> > I'm sorry if that post appears twice, but the first one I sent a few >> > hours ago doesn't seem to have made it to the group. >> > >> > My problem is the following. I tried to 'make html' my project with >> > sphinx 1.2b1, but run into the following error: >> > >> > 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 >> >> Well it seems that it can't find the extension. >> >> If you don't need inheritance diagram just remove it from the extensions >> variables in your conf.py file >> > > I need inheritance diagram. > > Looks like this extension is shipped with Sphinx in this broken form. Is > it fixable? >
Looks like here it is not shipped and here is the fix - https://github.com/takluyver/ipython/commit/f657f2b2a6e723c8633e55155fa54f9c3a3050f5 -- 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 https://groups.google.com/group/sphinx-users. For more options, visit https://groups.google.com/d/optout.
