From dd16f3f0e8c43a53c847cada3a6762fa3bc6f3e5 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 16 Sep 2022 16:10:36 +0200 Subject: Merging upstream version 3.1.10 (Closes: #1014035). Signed-off-by: Daniel Baumann --- docs/conf.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/conf.py b/docs/conf.py index fb33f09..0e8b9c0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -9,6 +9,7 @@ import time sys.path.append(os.path.realpath(os.path.join(os.path.dirname(__file__), '..'))) author = '@Robpol86' copyright = '{}, {}'.format(time.strftime('%Y'), author) +html_last_updated_fmt = '%c {}'.format(time.tzname[time.localtime().tm_isdst]) master_doc = 'index' project = __import__('setup').NAME pygments_style = 'friendly' @@ -49,5 +50,6 @@ googleanalytics_id = 'UA-82627369-1' # SCVersioning. scv_banner_greatest_tag = True scv_grm_exclude = ('.gitignore', '.nojekyll', 'README.rst') +scv_overflow = ('-W',) scv_show_banner = True scv_sort = ('semver', 'time') -- cgit v1.2.3