mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-25 09:26:16 +03:00
link to sphinx issue
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
This commit is contained in:
parent
c4114adc41
commit
94732782d0
|
@ -122,7 +122,9 @@ nitpicky = True
|
||||||
# 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 = [
|
||||||
# sphinx does not understand `typing.Literal[-1]`
|
# Sphinx does not understand typing.Literal[-1]
|
||||||
|
# Will be fixed in a future version.
|
||||||
|
# https://github.com/sphinx-doc/sphinx/pull/11904
|
||||||
("py:obj", "typing.Literal[-1, 1]"),
|
("py:obj", "typing.Literal[-1, 1]"),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user