[Python-modules-commits] [gamera] 12/17: gendoc-no-sflogo
Daniel Stender
stender at moszumanska.debian.org
Tue Apr 26 18:43:45 UTC 2016
This is an automated email from the git hooks/post-receive script.
stender pushed a commit to branch master
in repository gamera.
commit bacd9fdbf2ad2050f3948f2b4ec4e03b7d881656
Author: Daniel Stender <debian at danielstender.com>
Date: Sat Oct 17 18:58:44 2015 +0200
gendoc-no-sflogo
prevent footer generation in docs which contains Sourceforge logo
Forwarded: not-needed
---
doc/gendoc.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/doc/gendoc.py b/doc/gendoc.py
index eccd07b..6326d7b 100755
--- a/doc/gendoc.py
+++ b/doc/gendoc.py
@@ -22,5 +22,6 @@ if __name__ == "__main__":
'nrows ncols page_offset_x page_offset_y stride size bytes pixel_type storage_format'),
("gamera.core", "RGBPixel",
'red green blue hue saturation value cie_x cie_y cie_z cie_Lab_L cie_Lab_a cie_Lab_b cyan magenta yellow')
- ])
+ ],
+ sourceforge_logo=False)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/gamera.git
More information about the Python-modules-commits
mailing list