|
34 | 34 | ("py:func", "trio_asyncio.run_future"), |
35 | 35 | ("py:func", "trio_asyncio.run_coroutine"), |
36 | 36 | ("py:func", "trio_asyncio.run_asyncio"), |
| 37 | + ("py:func", "sniffio.current_async_library"), |
37 | 38 | ("py:class", "trio_asyncio.TrioEventLoop"), |
38 | 39 | ("py:class", "trio_asyncio.TrioExecutor"), |
39 | 40 | ("py:class", "trio_asyncio.TrioChildWatcher"), |
40 | 41 | ("py:meth", "trio_asyncio.TrioEventLoop.autoclose"), |
41 | 42 | ("py:meth", "trio_asyncio.TrioEventLoop.add_reader"), |
42 | 43 | ("py:meth", "trio_asyncio.TrioEventLoop.add_writer"), |
43 | 44 | ("py:meth", "trio_asyncio.sync.SyncTrioEventLoop.run_until_complete"), |
| 45 | + ("py:mod", "trio_asyncio"), ## ??? |
44 | 46 | ] |
45 | 47 |
|
46 | 48 | autodoc_inherit_docstrings = False |
|
65 | 67 | intersphinx_mapping = { |
66 | 68 | "python": ('https://docs.python.org/3', None), |
67 | 69 | "trio": ('https://trio.readthedocs.io/en/stable', None), |
| 70 | + # "sniffio": ('https://sniffio.readthedocs.io/en/stable', None), |
68 | 71 | } |
69 | 72 |
|
70 | 73 | autodoc_member_order = "bysource" |
|
0 commit comments