From 94732782d0e69a86486025159c3ed94a06cd19e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ondrej=20Baranovi=C4=8D?= Date: Sat, 30 Mar 2024 10:26:39 +0100 Subject: [PATCH] link to sphinx issue Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> --- docs/conf.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index af45e5579..483535f96 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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]"), ]