Correct the default value for `html_last_updated_fmt`

This commit is contained in:
Adam Turner 2024-10-05 16:17:53 +01:00
parent 92aaf3db82
commit 86531aba8e

View File

@ -1723,7 +1723,7 @@ and also make use of these options.
.. confval:: html_last_updated_fmt
:type: :code-py:`str`
:default: :code-py:`'%b %d, %Y'`
:default: :code-py:`None`
If set, a 'Last updated on:' timestamp is inserted into the page footer
using the given :func:`~time.strftime` format.