From 4ecccf9c0c62b9130646c0a59365e4a36ff39059 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sat, 22 Feb 2020 17:35:46 +0100 Subject: [PATCH] Do not set html_last_updated_fmt Since version 1.20 of openstackdocstheme, html_last_updated_fmt does not need to be set anymore, remove it's setting. Change-Id: I913b76cc6b3128a420a6fc69e2dc88627d47bbfe --- api-ref/source/conf.py | 5 ----- releasenotes/source/conf.py | 1 - 2 files changed, 6 deletions(-) diff --git a/api-ref/source/conf.py b/api-ref/source/conf.py index 12fbfdd..59c693a 100644 --- a/api-ref/source/conf.py +++ b/api-ref/source/conf.py @@ -156,8 +156,3 @@ html_theme_options = {"sidebar_dropdown": "api_ref", # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, # using the given strftime format. #html_last_updated_fmt = '%b %d, %Y' - -# So that we can enable "log-a-bug" links from each output HTML page, this -# variable must be set to a format that includes year, month, day, hours and -# minutes. -html_last_updated_fmt = '%Y-%m-%d %H:%M' diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index f3e5f50..1465b17 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -146,7 +146,6 @@ html_static_path = ['_static'] # instead of the build time. # See https://reproducible-builds.org/specs/source-date-epoch/ # html_last_updated_fmt = '%b %d, %Y' -html_last_updated_fmt = '%Y-%m-%d %H:%M' # If true, SmartyPants will be used to convert quotes and dashes to # typographically correct entities.