Remove html_last_updated_fmt

openstackdocstheme handles this itself and parses git date, no need
to set it anymore.

Change-Id: I9a832d7dbe48dae569afee252f63ec2cf6f42df0
This commit is contained in:
Andreas Jaeger 2020-02-21 21:10:53 +01:00
parent 37984a6273
commit 2ba6eedfd9
1 changed files with 0 additions and 7 deletions

View File

@ -115,13 +115,6 @@ html_theme = 'openstackdocs'
# pixels large.
#html_favicon = None
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
# using the given strftime format.
git_cmd = ["git", "log", "--pretty=format:'%ad, commit %h'", "--date=local",
"-n1"]
html_last_updated_fmt = subprocess.Popen(
git_cmd, stdout=subprocess.PIPE).communicate()[0].decode('utf-8')
# If true, SmartyPants will be used to convert quotes and dashes to
# typographically correct entities.
#html_use_smartypants = True