Thanks. That change is due to a recent change I made in matplotlib.
The "inheritance_diagram" Sphinx directive has existed in Sphinx itself
for a long while now, so there was no need to maintain our old and
crufty original version in matplotlib anymore. Since
PATH_TO_MATPLOTLIB_SRC/doc/sphin
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 mat