Re: [Matplotlib-users] basemap docs not finding sphinx extensions

2011-04-07 Thread Michael Droettboom
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

[Matplotlib-users] basemap docs not finding sphinx extensions

2011-04-07 Thread George Nurser
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