Add missing variable html_last_updated_fmt

It shows 'UPDATED: NONE' without setting variable html_last_updated_fmt

Change-Id: I43f63cd2ef3c3e33986ac064897faac3a387152a
This commit is contained in:
ChangBo Guo(gcb) 2017-07-11 22:41:17 +08:00
parent 4e9d16d30b
commit b4fd0d1632

View File

@ -33,6 +33,9 @@ repository_name = 'openstack/oslo.log'
bug_project = 'oslo.log'
bug_tag = ''
# Must set this variable to include year, month, day, hours, and minutes.
html_last_updated_fmt = '%Y-%m-%d %H:%M'
# autodoc generation is a bit aggressive and a nuisance when doing heavy
# text edit cycles.
# execute "export SPHINX_DEBUG=1" in your terminal to disable