Fix #8118: doc: the default setting of today_fmt

Sphinx has used `'%b %d, %Y'` as a default setting of today_fmt longer.
So this fixes our document as Sphinx does.
This commit is contained in:
Takeshi KOMIYA
2021-01-23 22:05:50 +09:00
parent cef669cb0f
commit 41924776c4

View File

@@ -561,7 +561,7 @@ General configuration
* Otherwise, the current time is formatted using :func:`time.strftime` and
the format given in :confval:`today_fmt`.
The default is now :confval:`today` and a :confval:`today_fmt` of ``'%B %d,
The default is now :confval:`today` and a :confval:`today_fmt` of ``'%b %d,
%Y'`` (or, if translation is enabled with :confval:`language`, an equivalent
format for the selected locale).