Skip to content

Commit c7dcec4

Browse files
committed
ignore broken reference warnings
… and yes, they are broken.
1 parent e671a9a commit c7dcec4

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

docs/source/conf.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,16 @@
3030
("py:class", "CapacityLimiter-like object"),
3131
("py:class", "bytes-like"),
3232
("py:class", "None"),
33+
34+
("py:func", "trio_asyncio.wait_for_child"),
35+
("py:func", "trio_asyncio.run_future"),
36+
("py:class", "trio_asyncio.TrioEventLoop"),
37+
("py:class", "trio_asyncio.TrioExecutor"),
38+
("py:class", "trio_asyncio.TrioChildWatcher"),
39+
("py:meth", "trio_asyncio.TrioEventLoop.autoclose"),
40+
("py:meth", "trio_asyncio.TrioEventLoop.add_reader"),
41+
("py:meth", "trio_asyncio.TrioEventLoop.add_writer"),
42+
("py:meth", "trio_asyncio.sync.SyncTrioEventLoop.run_until_complete"),
3343
]
3444

3545
autodoc_inherit_docstrings = False

0 commit comments

Comments
 (0)