duplicate attribute of html_last_updated_fmt in conf file

Bug #1723847 reported by junboli
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Glance
Invalid
Undecided
junboli

Bug Description

In the file doc/source/conf.py, attribute of html_last_updated_fmt in conf file is defined twice this make the old version overwrite the new version. therefor the new added html_last_updated_fmt will not take effect.

the new version is html_last_updated_fmt = '%Y-%m-%d %H:%M' which is recommanded
the old version is
try:
    html_last_updated_fmt = subprocess.check_output(git_cmd).decode('utf-8')
except Exception:
    warnings.warn('Cannot get last updated time from git repository. '
           'Not setting "html_last_updated_fmt".')
which is depreciated now.

junboli (junboli)
Changed in glance:
assignee: nobody → junboli (junboli)
description: updated
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to glance (master)

Fix proposed to branch: master
Review: https://review.openstack.org/512178

Changed in glance:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on glance (master)

Change abandoned by junbo.li (<email address hidden>) on branch: master
Review: https://review.openstack.org/512178

junboli (junboli)
Changed in glance:
status: In Progress → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.