On Friday, June 5, 2015 at 9:02:44 PM UTC+3, Jason Moore wrote:
>
> I think we found out timeout issue but the warnings are still odd, 
> especially since we don't get them locally. That's be nice to fix too.
>
>
> Jason
> moorepants.info
> +01 530-601-9791
>
> On Fri, Jun 5, 2015 at 10:51 AM, Jason Moore <moore...@gmail.com 
> <javascript:>> wrote:
>
>> Our sphinx build keeps timing out on PR 7860, see:
>>
>> https://travis-ci.org/sympy/sympy/jobs/65544480
>>
>> The html and latex build fine locally. But on Travis there are tons of 
>> LaTeX warnings that we don't get when building locally.
>>
>> Anyone have any idea what is wrong?
>>
>> Jason
>> moorepants.info
>> +01 530-601-9791
>>
>

Latex usually runs twice on a fresh task. First time it collects undefined 
references producing an .aux -file.
(log.txt:  No file sympy-0.7.7.dev.aux.)

On the second round it reads this file with most references satisfied (only 
lots of overfull boxes left).
Locally, the .aux -file usually exists and only few warnins appear.

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sympy+unsubscr...@googlegroups.com.
To post to this group, send email to sympy@googlegroups.com.
Visit this group at http://groups.google.com/group/sympy.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/ed752220-f400-42ee-8b34-26f1432b32f8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to