Author: Daniel Baumann Description: Building documentation for the time being without sphinx extlinks extensions to fix FTBFS (Closes: #1042605). diff -Naurp terminaltables.orig/docs/conf.py terminaltables/docs/conf.py --- terminaltables.orig/docs/conf.py +++ terminaltables/docs/conf.py @@ -37,11 +37,6 @@ html_title = project extensions.append('sphinx.ext.autodoc') -# extlinks. -extensions.append('sphinx.ext.extlinks') -extlinks = {'github': ('https://github.com/robpol86/{0}/blob/v{1}/%s'.format(project, version), '')} - - # SCVersioning. scv_banner_greatest_tag = True scv_grm_exclude = ('.gitignore', '.nojekyll', 'README.rst')