Re: [sage-support] Re: Make doc error

2015-06-04 Thread Viviane Pons
The problem was indeed the accent, we tried John's fix with # -*- coding: utf-8 -*- and it worked! Thank you for your help, it was kind of tricky. Best Viviane 2015-06-04 3:03 GMT-05:00 Volker Braun : > The docstring might have to be declared unicode (haven't actually looked > at it): > > def

Re: [sage-support] Re: Make doc error

2015-06-04 Thread Volker Braun
The docstring might have to be declared unicode (haven't actually looked at it): def foo(): u""" unicode string """ On Thursday, June 4, 2015 at 2:24:47 AM UTC+2, John H Palmieri wrote: > > Earlier in the docbuilding, I see this: > > [combinat ] building [inventory]: targets for 2 s

Re: [sage-support] Re: Make doc error

2015-06-03 Thread John H Palmieri
Earlier in the docbuilding, I see this: [combinat ] building [inventory]: targets for 2 source files that are out of date [combinat ] updating environment: 0 added, 2 changed, 0 removed [combinat ] reading sources... [ 50%] sage/combinat/cluster_algebra_quiver/cluster_seed [combinat ] Encoding e

Re: [sage-support] Re: Make doc error

2015-06-03 Thread Viviane Pons
This I did already... 2015-06-03 18:21 GMT-05:00 Volker Braun : > Try "make doc-clean && make" > > > On Thursday, June 4, 2015 at 1:06:03 AM UTC+2, Viviane Pons wrote: >> >> Hi everyone, >> >> I get this doc build error on a branch ( >> http://trac.sagemath.org/ticket/18594) and I have no idea wh

[sage-support] Re: Make doc error

2015-06-03 Thread Volker Braun
Try "make doc-clean && make" On Thursday, June 4, 2015 at 1:06:03 AM UTC+2, Viviane Pons wrote: > > Hi everyone, > > I get this doc build error on a branch ( > http://trac.sagemath.org/ticket/18594) and I have no idea why. I just > know the error comes from the branch (I can build the doc fine on