|
30 | 30 | ("py:class", "CapacityLimiter-like object"), |
31 | 31 | ("py:class", "bytes-like"), |
32 | 32 | ("py:class", "None"), |
33 | | - ("py:func", "trio_asyncio.wait_for_child"), |
34 | | - ("py:func", "trio_asyncio.run_future"), |
35 | | - ("py:func", "trio_asyncio.run_coroutine"), |
36 | | - ("py:func", "trio_asyncio.run_asyncio"), |
37 | | - ("py:func", "sniffio.current_async_library"), |
38 | | - ("py:class", "trio_asyncio.TrioEventLoop"), |
39 | | - ("py:class", "trio_asyncio.TrioExecutor"), |
40 | | - ("py:class", "trio_asyncio.TrioChildWatcher"), |
41 | | - ("py:meth", "trio_asyncio.TrioEventLoop.autoclose"), |
42 | | - ("py:meth", "trio_asyncio.TrioEventLoop.add_reader"), |
43 | | - ("py:meth", "trio_asyncio.TrioEventLoop.add_writer"), |
44 | | - ("py:meth", "trio_asyncio.sync.SyncTrioEventLoop.run_until_complete"), |
45 | | - ("py:mod", "trio_asyncio"), ## ??? |
46 | 33 | ] |
47 | 34 |
|
48 | 35 | autodoc_inherit_docstrings = False |
|
67 | 54 | intersphinx_mapping = { |
68 | 55 | "python": ('https://docs.python.org/3', None), |
69 | 56 | "trio": ('https://trio.readthedocs.io/en/stable', None), |
70 | | - # "sniffio": ('https://sniffio.readthedocs.io/en/stable', None), |
| 57 | + "sniffio": ('https://sniffio.readthedocs.io/en/latest', None), |
71 | 58 | } |
72 | 59 |
|
73 | 60 | autodoc_member_order = "bysource" |
|
0 commit comments