|
83 | 83 | intersphinx_mapping = {
|
84 | 84 | 'aiohttp': ('https://docs.aiohttp.org/en/stable/', None),
|
85 | 85 | 'graphql': ('https://graphql-core-3.readthedocs.io/en/latest/', None),
|
86 |
| - 'multidict': ('https://multidict.readthedocs.io/en/stable/', None), |
| 86 | + 'multidict': ('https://multidict.aio-libs.org/en/stable/', None), |
87 | 87 | 'python': ('https://docs.python.org/3/', None),
|
88 | 88 | 'requests': ('https://requests.readthedocs.io/en/latest/', None),
|
89 | 89 | 'websockets': ('https://websockets.readthedocs.io/en/11.0.3/', None),
|
90 |
| - 'yarl': ('https://yarl.readthedocs.io/en/stable/', None), |
| 90 | + 'yarl': ('https://yarl.aio-libs.org/en/stable/', None), |
91 | 91 | }
|
92 | 92 |
|
93 | 93 | nitpick_ignore = [
|
|
100 | 100 | ('py:class', 'asyncio.locks.Event'),
|
101 | 101 |
|
102 | 102 | # aiohttp: should be fixed
|
| 103 | + # See issue: https://github.com/aio-libs/aiohttp/issues/10468 |
| 104 | + ('py:class', 'aiohttp.client.ClientSession'), |
103 | 105 | ('py:class', 'aiohttp.client_reqrep.Fingerprint'),
|
104 | 106 | ('py:class', 'aiohttp.helpers.BasicAuth'),
|
105 | 107 |
|
|
0 commit comments