Building documentation for the time being without sphinx extlinks extensions to fix FTBFS (Closes: #1042605).
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
20c35d0087
commit
c957ff193c
2 changed files with 20 additions and 0 deletions
19
debian/patches/debian/0006-sphinx-extlinks.patch
vendored
Normal file
19
debian/patches/debian/0006-sphinx-extlinks.patch
vendored
Normal file
|
@ -0,0 +1,19 @@
|
|||
Author: Daniel Baumann <daniel.baumann@progress-linux.org>
|
||||
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')
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -3,3 +3,4 @@ debian/0002-html-output.patch
|
|||
debian/0003-python-shebang.patch
|
||||
debian/0004-quiet-stdout.patch
|
||||
debian/0005-sphinx-meta.patch
|
||||
debian/0006-sphinx-extlinks.patch
|
||||
|
|
Loading…
Add table
Reference in a new issue