summaryrefslogtreecommitdiffstats
path: root/debian/patches/debian/0005-sphinx-meta.patch
blob: 300124ed76d5a7acf5bcae396f3220fb2dd124c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Author: Daniel Baumann <daniel.baumann@progress-linux.org>
Description: Replacing non-functioning imports with static values for the time being.

diff -Naurp terminaltables.orig/docs/conf.py terminaltables/docs/conf.py
--- terminaltables.orig/docs/conf.py
+++ terminaltables/docs/conf.py
@@ -11,9 +11,9 @@ 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
+project = 'terminaltables'
 pygments_style = 'friendly'
-release = version = __import__('setup').VERSION
+release = version = '3.1'
 templates_path = ['_templates']
 extensions = list()