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