*Note:* I'm still using Sphinx v1.3.2 - I see there have been some changes <http://www.sphinx-doc.org/en/stable/changes.html> in this feature, but I didn't recognize any that would explain this problem.
I want to have the file build date at the bottom of each HTML file in my doc set. I uncommented this line in my conf.py and changed the format slightly: # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, # using the given strftime format. html_last_updated_fmt = '%B %d, %Y' But the line does not appear in my documents. Did I miss a step? I can successfully use the |today| substitution, so some part of my system knows what day it is. -- 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.
