We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 221cac4 commit 0910545Copy full SHA for 0910545
docs/source/conf.py
@@ -28,6 +28,13 @@
28
nitpick_ignore = [
29
# Format is ('sphinx reference type', 'string'), e.g.:
30
('py:obj', 'bytes-like'),
31
+ # Typevars aren't found, for some reason.
32
+ ('py:class', 'ArgsT'),
33
+ ('py:class', 'ArgsT.args'),
34
+ ('py:class', 'ArgsT.kwargs'),
35
+ ('py:class', 'ResultT'),
36
+ ('py:class', 'outcome._impl.ResultT'),
37
+ ('py:class', 'outcome._impl.ValueT'),
38
]
39
40
# -- General configuration ------------------------------------------------
0 commit comments