Author: Daniel Baumann 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()