[Python-modules-commits] [flask-login] 01/04: disable github fork ribbon
Carl Suster
arcresu-guest at moszumanska.debian.org
Thu Jan 12 01:46:58 UTC 2017
This is an automated email from the git hooks/post-receive script.
arcresu-guest pushed a commit to branch master
in repository flask-login.
commit 3ec3de1008e19900e549de04a6d3fbf391339eb7
Author: Carl Suster <carl at contraflo.ws>
Date: Sun Jan 8 19:28:57 2017 +1100
disable github fork ribbon
Reconfigures documentation to exclude the GitHub fork ribbon image
hosted on the web, which triggers a privacy-breach-generic lintian
warning.
Forwarded: not-needed
---
docs/conf.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/conf.py b/docs/conf.py
index 6e8f4ae..eafd8e3 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -105,7 +105,7 @@ html_theme = 'flask_small'
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
# documentation.
-html_theme_options = dict(github_fork='maxcountryman/flask-login', index_logo=False)
+html_theme_options = dict(github_fork=False, index_logo=False)
# Add any paths that contain custom themes here, relative to this directory.
html_theme_path = ['_themes']
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/flask-login.git
More information about the Python-modules-commits
mailing list