[SciPy-dev] Generating SciPy Sphinx HTML

Damian Eads eads at soe.ucsc.edu
Mon Nov 3 00:09:48 EST 2008


Very nice work. I got Sphinx to work for me.

When info.py files get changed, the corresponding package-level
documentation does not get updated. I have to remove the build/
directory for it to correctly update it. Removing build/pkg_name.html
does not work.

Damian

On Sun, Nov 2, 2008 at 5:57 PM, Pauli Virtanen <pav at iki.fi> wrote:
> (Answered on IRC, but let's answer it also here.)
>
> Sun, 02 Nov 2008 17:15:52 -0800, Damian Eads wrote:
>> When invoking make, I get an error because ext/autosummary_generate.py
>> cannot be found. Is this auto-generated or did someone forget to check
>> this in? Please advise.
>>
>> [eads at localhost scipy-docs]$ make html mkdir -p build
>> ./ext/autosummary_generate.py source/*.rst \
>>                 -p dump.xml -o source/generated
>> /bin/sh: ./ext/autosummary_generate.py: No such file or directory make:
>> *** [build/generate-stamp]
>
> The ext directory comes from
> http://sphinx.googlecode.com/svn/contrib/trunk/numpyext
> and the Makefile checks it out by itself. (Damian clarified that in this
> case the checkout was interrupted earlier, but it had already created the
> ext/ directory, and so left the ext/ checkout incomplete.)
>
> --
> Pauli Virtanen
>
> _______________________________________________
> Scipy-dev mailing list
> Scipy-dev at scipy.org
> http://projects.scipy.org/mailman/listinfo/scipy-dev
>



-- 
-----------------------------------------------------
Damian Eads                             Ph.D. Student
Jack Baskin School of Engineering, UCSC        E2-489
1156 High Street                 Machine Learning Lab
Santa Cruz, CA 95064    http://www.soe.ucsc.edu/~eads



More information about the SciPy-Dev mailing list