|
From: George N. <gn...@gm...> - 2011-04-07 09:21:58
|
Hi, I was just rebuilding basemap and its docs. With v1.07 of Sphinx, latest git versions of matplotlib & basemap, I needed to modify basemap/doc/conf.py as follows: 1. Insert before line 20: sys.path.append(os.path.abspath(PATH_TO_MATPLOTLIB_SRC/doc/sphinxext')) (to find matplotlib sphinxext math_symbol_table) 2. Edit line 36 'inheritance_diagram' --> 'sphinx.ext.inheritance_diagram' --George. |