Refreshing html-output.patch.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
e3a7a8729a
commit
65879aed05
1 changed files with 7 additions and 7 deletions
14
debian/patches/debian/0002-html-output.patch
vendored
14
debian/patches/debian/0002-html-output.patch
vendored
|
@ -6,15 +6,15 @@ Description:
|
|||
HAS_SOURCE to be equal to 1 instead of True so dh_sphinxdoc fails with a
|
||||
"doesn't look like a Sphinc search page" error.
|
||||
|
||||
diff -Naurp terminaltables.orig/docs/conf.py terminaltables/docs/conf.py
|
||||
--- terminaltables.orig/docs/conf.py
|
||||
+++ terminaltables/docs/conf.py
|
||||
diff -Naurp terminaltables3.orig/docs/conf.py terminaltables3/docs/conf.py
|
||||
--- terminaltables3.orig/docs/conf.py
|
||||
+++ terminaltables3/docs/conf.py
|
||||
@@ -27,7 +27,7 @@ html_context = dict(
|
||||
github_version=os.environ.get('TRAVIS_BRANCH', 'master'),
|
||||
source_suffix='.rst',
|
||||
github_version=os.environ.get("TRAVIS_BRANCH", "master"),
|
||||
source_suffix=".rst",
|
||||
)
|
||||
-html_copy_source = False
|
||||
+html_copy_source = True
|
||||
html_favicon = 'favicon.ico'
|
||||
html_theme = 'sphinx_rtd_theme'
|
||||
html_favicon = "favicon.ico"
|
||||
html_theme = "sphinx_rtd_theme"
|
||||
html_title = project
|
||||
|
|
Loading…
Add table
Reference in a new issue