From: Charlie M. <cw...@gm...> - 2008-06-20 13:23:08
|
Python2.5 on OSX.5 On Thu, Jun 19, 2008 at 11:14 PM, Michael Droettboom <md...@st...> wrote: > What version of Python are you running? All I can think from looking at > the code is that something in the regex is behaving differently for you than > me (on Python 2.5). > > If you just want the docs to build (minus the inheritance diagrams), you > can put a "return []" at the top of "inheritance_diagram_directive_run" in > inheritance_diagram.py > > Cheers, > Mike > > Charles Moad wrote: > >> Just jumped into the new docs to take a look and immediately having >> problems building. I am hoping someone can make a quick fix so I don't >> have to debug. >> >> quaternion:doc cmoad$ ./make.py html >> Sphinx v0.3, building html >> trying to load pickled env... not found >> building [html]: targets for 45 source files that are out of date >> updating environment: 45 added, 0 changed, 0 removed >> reading... api/artist_api Exception occurred: >> File "/Users/cmoad/workspace/matplotlib/doc/sphinxext/ >> inheritance_diagram.py", line 78, in _import_class_or_module >> "Invalid class '%s' specified for inheritance diagram" % name) >> ValueError: Invalid class 'matplotlib.patches' specified for inheritance >> diagram >> >> Thanks, >> Charlie >> >> ------------------------------------------------------------------------- >> Check out the new SourceForge.net Marketplace. >> It's the best place to buy or sell services for >> just about anything Open Source. >> http://sourceforge.net/services/buy/index.php >> _______________________________________________ >> Matplotlib-devel mailing list >> Mat...@li... >> https://lists.sourceforge.net/lists/listinfo/matplotlib-devel >> >> > > |