mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 18:06:18 +03:00
ignore some nitpicky warnings
This commit is contained in:
parent
6db12b29d9
commit
a04a10e7e3
15
docs/conf.py
15
docs/conf.py
|
@ -112,7 +112,20 @@ nitpicky = True
|
||||||
# generating warnings in “nitpicky mode”. Note that type should include the domain name
|
# generating warnings in “nitpicky mode”. Note that type should include the domain name
|
||||||
# if present. Example entries would be ('py:func', 'int') or
|
# if present. Example entries would be ('py:func', 'int') or
|
||||||
# ('envvar', 'LD_LIBRARY_PATH').
|
# ('envvar', 'LD_LIBRARY_PATH').
|
||||||
# nitpick_ignore = []
|
nitpick_ignore = [
|
||||||
|
("py:meth", "_open"),
|
||||||
|
("py:attr", "tile"),
|
||||||
|
("py:meth", "CDC.GetHandleAttrib"),
|
||||||
|
("py:meth", "PIL.Image.Image.convert2byte"),
|
||||||
|
("py:attr", "PIL.Image.Image.tag"),
|
||||||
|
("py:attr", "PIL.Image.Image.tag_v2"),
|
||||||
|
("py:attr", "PIL.Image.Image.tile"),
|
||||||
|
("py:data", "PIL.Image.MAX_PIXELS"),
|
||||||
|
("py:func", "PIL.ImageMath.convert"),
|
||||||
|
("py:func", "PIL.ImageMath.float"),
|
||||||
|
("py:func", "PIL.ImageMath.int"),
|
||||||
|
("py:attr", "PIL.TiffImagePlugin.ImageFileDirectory_v2.tagtype"),
|
||||||
|
]
|
||||||
|
|
||||||
|
|
||||||
# -- Options for HTML output ----------------------------------------------
|
# -- Options for HTML output ----------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue
Block a user