Oops. I got a wrong copy. Now "make latex" works.

Thank you, Robert.

ouyang
 

On Monday, July 28, 2014 4:49:20 AM UTC+8, Robert Cimrman wrote:
Hi Ouyang,

On 07/27/2014 07:26 AM, Ouyang wrote:
> Hi Robert,
>     I retest doc auto-generation and attach the results for your checking .
>
>     An error is from "defaults" of c:/python27/Lib/inspect.py when doc is
> auto-generated for either html or pdf:
>
>        spec = spec + formatvalue(defaults[i - firstdefault])
>
>     I changed inspect.py for testing purpose: case 1 and case 2, see the
> attached files
> respectively.
>
>     Using try...except... to throw out the exceptions in inspect.py (case 2)
> returns "finished". But the pdf file just has 383 pages less than the one
> from sfepy site.

This is because the entire chapter with examples is missing. The gallery images
need to be generated, see [1], step 2.

[1] http://sfepy.org/doc-devel/release_tasks.html

>     For case 1, The error printed out of "defaults" is at around line 517 of
> make_inspect_case1.txt
>

Did you try that with the following version?

git clone https://github.com/rc/sfepy.git

The commit should be 2a500bba6b, not the one that is on the title page of the
SfePy.pdf.

r.

>
>    Ouyang
>
>
> On Friday, July 25, 2014 9:00:52 PM UTC+8, Robert Cimrman wrote:
>
>> On 07/21/2014 07:06 PM, Ouyang wrote:
>>> Hi Robert,
>>>
>>> Still does not work for both "make latex" and "make html".
>>>
>>
>> Re-hi Ouyang!
>>
>> Could you try to build the sphinx docs with [1]?
>>
>> r.
>> [1] https://github.com/rc/sfepy
>>
>