Re: [Numpy-discussion] trouble building docs with sphinx-0.6.1

2009-04-08 Thread Pauli Virtanen
Wed, 08 Apr 2009 09:59:50 +0200, Gael Varoquaux kirjoitti: > On Wed, Apr 01, 2009 at 08:40:15PM +, Pauli Virtanen wrote: >> It was an incompatibility of Numpy's autosummary extension and Sphinx >> >= 0.6. It should now be fixed in Numpy trunk. > > autosummary is now in Sphinx (>= 0.6). Shouldn

Re: [Numpy-discussion] trouble building docs with sphinx-0.6.1

2009-04-08 Thread Gael Varoquaux
On Wed, Apr 01, 2009 at 08:40:15PM +, Pauli Virtanen wrote: > It was an incompatibility of Numpy's autosummary extension and > Sphinx >= 0.6. It should now be fixed in Numpy trunk. autosummary is now in Sphinx (>= 0.6). Shouldn't we be using Sphinx's version, and default to ours for versions

Re: [Numpy-discussion] trouble building docs with sphinx-0.6.1

2009-04-01 Thread Darren Dale
On Wed, Apr 1, 2009 at 4:40 PM, Pauli Virtanen wrote: > Wed, 01 Apr 2009 11:48:59 -0400, Darren Dale wrote: > > This morning I upgraded to sphinx-0.6.1, hoping to take advantage of all > > the recent work that has been done to clean up and consolidate the web > > of sphinx extensions. I'm seeing

Re: [Numpy-discussion] trouble building docs with sphinx-0.6.1

2009-04-01 Thread Pauli Virtanen
Wed, 01 Apr 2009 11:48:59 -0400, Darren Dale wrote: > This morning I upgraded to sphinx-0.6.1, hoping to take advantage of all > the recent work that has been done to clean up and consolidate the web > of sphinx extensions. I'm seeing segfaults when I try to build my own > docs, or the h5py docs. I

Re: [Numpy-discussion] trouble building docs with sphinx-0.6.1

2009-04-01 Thread Darren Dale
On Wed, Apr 1, 2009 at 12:26 PM, Pierre GM wrote: > > On Apr 1, 2009, at 11:57 AM, David Cournapeau wrote: > >> > >> preparing documents... done > >> Exception occurred: 0%] contents > >> File "/usr/lib64/python2.6/site-packages/docutils/nodes.py", line > >> 471, in __getitem__ > >>return s

Re: [Numpy-discussion] trouble building docs with sphinx-0.6.1

2009-04-01 Thread Pierre GM
On Apr 1, 2009, at 11:57 AM, David Cournapeau wrote: >> >> preparing documents... done >> Exception occurred: 0%] contents >> File "/usr/lib64/python2.6/site-packages/docutils/nodes.py", line >> 471, in __getitem__ >>return self.attributes[key] >> KeyError: 'entries' >> The full traceback ha

Re: [Numpy-discussion] trouble building docs with sphinx-0.6.1

2009-04-01 Thread David Cournapeau
Darren Dale wrote: > > Do you mean to delete my doc/build directory and run "make html"? I've > already tried that. Yes, I meant that, and no, I don't have other suggestion :( David ___ Numpy-discussion mailing list Numpy-discussion@scipy.org http://mai

Re: [Numpy-discussion] trouble building docs with sphinx-0.6.1

2009-04-01 Thread Darren Dale
On Wed, Apr 1, 2009 at 11:57 AM, David Cournapeau < da...@ar.media.kyoto-u.ac.jp> wrote: > Darren Dale wrote: > > This morning I upgraded to sphinx-0.6.1, hoping to take advantage of > > all the recent work that has been done to clean up and consolidate the > > web of sphinx extensions. I'm seeing

Re: [Numpy-discussion] trouble building docs with sphinx-0.6.1

2009-04-01 Thread David Cournapeau
Darren Dale wrote: > This morning I upgraded to sphinx-0.6.1, hoping to take advantage of > all the recent work that has been done to clean up and consolidate the > web of sphinx extensions. I'm seeing segfaults when I try to build my > own docs, or the h5py docs. Segfaults ? In sphinx or numpy re

Re: [Numpy-discussion] trouble building docs with sphinx-0.6.1

2009-04-01 Thread Nadav Horesh
I tried, failed, and "downgraded" to 0.5.2 (and eventually succeeded). Nadav. -הודעה מקורית- מאת: numpy-discussion-boun...@scipy.org בשם Darren Dale נשלח: ד 01-אפריל-09 17:48 אל: Discussion of Numerical Python נושא: [Numpy-discussion] trouble building docs with sphinx-0.

[Numpy-discussion] trouble building docs with sphinx-0.6.1

2009-04-01 Thread Darren Dale
This morning I upgraded to sphinx-0.6.1, hoping to take advantage of all the recent work that has been done to clean up and consolidate the web of sphinx extensions. I'm seeing segfaults when I try to build my own docs, or the h5py docs. I tried building the numpy documentation after applying the a