link to sphinx issue

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
This commit is contained in:
Ondrej Baranovič 2024-03-30 10:26:39 +01:00 committed by GitHub
parent c4114adc41
commit 94732782d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -122,7 +122,9 @@ nitpicky = True
# if present. Example entries would be ('py:func', 'int') or
# ('envvar', 'LD_LIBRARY_PATH').
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]"),
]