Skip to content

Commit 9473278

Browse files
nulanohugovk
andauthored
link to sphinx issue
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent c4114ad commit 9473278

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,9 @@
122122
# if present. Example entries would be ('py:func', 'int') or
123123
# ('envvar', 'LD_LIBRARY_PATH').
124124
nitpick_ignore = [
125-
# sphinx does not understand `typing.Literal[-1]`
125+
# Sphinx does not understand typing.Literal[-1]
126+
# Will be fixed in a future version.
127+
# https://github.com/sphinx-doc/sphinx/pull/11904
126128
("py:obj", "typing.Literal[-1, 1]"),
127129
]
128130

0 commit comments

Comments
 (0)