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.