Refreshing sphinx-extlinks.patch.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
3411dc6921
commit
723986ffe5
1 changed files with 13 additions and 8 deletions
21
debian/patches/debian/0006-sphinx-extlinks.patch
vendored
21
debian/patches/debian/0006-sphinx-extlinks.patch
vendored
|
@ -2,18 +2,23 @@ Author: Daniel Baumann <daniel@debian.org>
|
||||||
Description: Building documentation for the time being without sphinx extlinks
|
Description: Building documentation for the time being without sphinx extlinks
|
||||||
extensions to fix FTBFS (Closes: #1042605).
|
extensions to fix FTBFS (Closes: #1042605).
|
||||||
|
|
||||||
diff -Naurp terminaltables.orig/docs/conf.py terminaltables/docs/conf.py
|
diff -Naurp terminaltables3.orig/docs/conf.py terminaltables3/docs/conf.py
|
||||||
--- terminaltables.orig/docs/conf.py
|
--- terminaltables3.orig/docs/conf.py
|
||||||
+++ terminaltables/docs/conf.py
|
+++ terminaltables3/docs/conf.py
|
||||||
@@ -37,11 +37,6 @@ html_title = project
|
@@ -37,16 +37,6 @@ html_title = project
|
||||||
extensions.append('sphinx.ext.autodoc')
|
extensions.append("sphinx.ext.autodoc")
|
||||||
|
|
||||||
|
|
||||||
-# extlinks.
|
-# extlinks.
|
||||||
-extensions.append('sphinx.ext.extlinks')
|
-extensions.append("sphinx.ext.extlinks")
|
||||||
-extlinks = {'github': ('https://github.com/robpol86/{0}/blob/v{1}/%s'.format(project, version), '')}
|
-extlinks = {
|
||||||
|
- "github": (
|
||||||
|
- f"https://github.com/robpol86/{project}/blob/v{version}/%s",
|
||||||
|
- "",
|
||||||
|
- )
|
||||||
|
-}
|
||||||
-
|
-
|
||||||
-
|
-
|
||||||
# SCVersioning.
|
# SCVersioning.
|
||||||
scv_banner_greatest_tag = True
|
scv_banner_greatest_tag = True
|
||||||
scv_grm_exclude = ('.gitignore', '.nojekyll', 'README.rst')
|
scv_grm_exclude = (".gitignore", ".nojekyll", "README.rst")
|
||||||
|
|
Loading…
Add table
Reference in a new issue