summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-09-16 14:10:36 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-09-16 14:10:52 +0000
commitdd16f3f0e8c43a53c847cada3a6762fa3bc6f3e5 (patch)
tree5206eca8bd60016feeda38ba7a1fb8f21cdc23f5 /docs
parentReleasing debian version 3.1.0-5. (diff)
downloadterminaltables-dd16f3f0e8c43a53c847cada3a6762fa3bc6f3e5.tar.xz
terminaltables-dd16f3f0e8c43a53c847cada3a6762fa3bc6f3e5.zip
Merging upstream version 3.1.10 (Closes: #1014035).
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py2
1 files changed, 2 insertions, 0 deletions
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')