Skip to content

Commit

Permalink
fix(docs): silence warnings about references not found
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Apr 28, 2024
1 parent 254a0da commit fb52e47
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/conf.py
Expand Up @@ -126,10 +126,9 @@
}

nitpick_ignore = [
("py:class", "frame"),
("py:class", "module"),
("py:class", "DefaultValue"),
("py:class", "FilePath"),
("py:class", "types.FrameType"),
("py:class", "TWarnFn"),
("py:class", "TDebugCtl"),
]
Expand Down

0 comments on commit fb52e47

Please sign in to comment.