Hi,

Do you use sphinxtr/numfig.py? It appends "Figure n:" automatically.
https://github.com/jterrace/sphinxtr/blob/master/extensions/numfig.py#L124

Please tell me what extensions you are using.

Thanks,
Takeshi KOMIYA

2016年8月12日金曜日 5時27分45秒 UTC+9 Warren Block:
>
> On Thu, 11 Aug 2016, Peter Burdine wrote: 
>
> > Did you define (or un-define) the numfig_format in your conf.py? 
> > 
> > numfig_format = {'figure': 'Figure %s', 
> >                  'table': 'Table %s', 
> >                  'code-block': 'Code %s', 
> >                 } 
>
> No, I tried this but these were all still added, so there were two 
> "Figure" entries.  And setting 'figure' to an empty string made it very, 
> very unhappy. 
>
> The answer was adding 
>
>    numfig_number_figures = False 
>
> to conf.py.  Why are figures are different?  Don't know, but this does 
> what is needed for now.

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sphinx-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to