Re: [matplotlib-devel] errors building docs

2008-12-16 Thread John Hunter
On Tue, Dec 16, 2008 at 8:42 AM, John Hunter wrote: >> Yep, 0.5 it is > > Let me correct that -- I will test Darren's patch and if we can make > it work with an earlier sphinx I'm happy to try. Stay tuned. Darren, > can I assume you have tested this with 0.4.2 and the docs are building > for yo

Re: [matplotlib-devel] errors building docs

2008-12-16 Thread Darren Dale
On Tue, Dec 16, 2008 at 9:48 AM, John Hunter wrote: > On Mon, Dec 15, 2008 at 10:02 AM, Darren Dale wrote: > > > You're right, the error does not occur with sphinx-0.5. It looks like the > > API for registering nodes has changed as of 0.5. The development branch > of > > sphinx was throwing erro

Re: [matplotlib-devel] errors building docs

2008-12-16 Thread John Hunter
On Mon, Dec 15, 2008 at 10:02 AM, Darren Dale wrote: > You're right, the error does not occur with sphinx-0.5. It looks like the > API for registering nodes has changed as of 0.5. The development branch of > sphinx was throwing errors when it got to latex, so I had a look and came up > with some

Re: [matplotlib-devel] errors building docs

2008-12-16 Thread John Hunter
On Tue, Dec 16, 2008 at 8:40 AM, John Hunter wrote: > On Tue, Dec 16, 2008 at 6:12 AM, Sandro Tosi wrote: > >> So, should the doc be build using sphinx 0.5? Would it be the standard >> version of sphinx used by mpl now on? Just to know what dependency to >> throw in once building mpl for Debian :

Re: [matplotlib-devel] errors building docs

2008-12-16 Thread John Hunter
On Tue, Dec 16, 2008 at 6:12 AM, Sandro Tosi wrote: > So, should the doc be build using sphinx 0.5? Would it be the standard > version of sphinx used by mpl now on? Just to know what dependency to > throw in once building mpl for Debian :) Yep, 0.5 it is. ---

Re: [matplotlib-devel] errors building docs

2008-12-16 Thread Sandro Tosi
On Mon, Dec 15, 2008 at 17:02, Darren Dale wrote: > (John suggested in a private email to try upgrading to sphinx-0.5.) > > You're right, the error does not occur with sphinx-0.5. It looks like the > API for registering nodes has changed as of 0.5. The development branch of > sphinx was throwing e

Re: [matplotlib-devel] errors building docs

2008-12-15 Thread Darren Dale
On Sat, Dec 13, 2008 at 10:32 AM, John Hunter wrote: > On Sat, Dec 13, 2008 at 9:22 AM, Darren Dale wrote: > > >> I haven't been able to get to the root of this problem, but an > "svn-clean" > >> in the doc directory always fixes it for me. > > > > I tried that but the problem persists. I have s

Re: [matplotlib-devel] errors building docs

2008-12-13 Thread John Hunter
On Sat, Dec 13, 2008 at 9:22 AM, Darren Dale wrote: >> I haven't been able to get to the root of this problem, but an "svn-clean" >> in the doc directory always fixes it for me. > > I tried that but the problem persists. I have sphinx-0.4.2 installed, are > you using the same version? Can you po

Re: [matplotlib-devel] errors building docs

2008-12-13 Thread Darren Dale
On Sat, Dec 13, 2008 at 8:48 AM, Michael Droettboom wrote: > Darren Dale wrote: > >> I am seeing some errors when I build the docs, including import errors for >> nonexistent date_support and basic_units modules, and: >> > I added the ability for explicitly setting sys.path so that modules in the

Re: [matplotlib-devel] errors building docs

2008-12-13 Thread Sandro Tosi
> I get a similar error that I assumed was caused by the docs being > generated by the version of matplotlib that is currently installed, > rather than the new version that has just been compiled. I know the > debian package has a workaround for this. Of course we have one :) We build doc this wa

Re: [matplotlib-devel] errors building docs

2008-12-13 Thread Chris Walker
Michael Droettboom writes: > Darren Dale wrote: > > I am seeing some errors when I build the docs, including import errors > > for nonexistent date_support and basic_units modules, and: > I added the ability for explicitly setting sys.path so that modules in > the same directory as an example w

Re: [matplotlib-devel] errors building docs

2008-12-13 Thread Michael Droettboom
Darren Dale wrote: > I am seeing some errors when I build the docs, including import errors > for nonexistent date_support and basic_units modules, and: I added the ability for explicitly setting sys.path so that modules in the same directory as an example would be importable. It looks likes th