File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 341
341
342
342
# Example configuration for intersphinx: refer to the Python standard library.
343
343
intersphinx_mapping = {
344
- "https://docs.python.org/3" : None ,
345
- "https://aiohttp.readthedocs.io/en/stable" : None ,
346
- "https://redis.readthedocs.io/en/latest" : None ,
347
- # ' https://github.com/aio-libs/aiomcache': None,
348
- "http://cryptography.io/en/latest" : None ,
349
- "https://pynacl.readthedocs.io/en/latest" : None ,
344
+ "python" : ( " https://docs.python.org/3", None ) ,
345
+ "aiohttp" : ( " https://aiohttp.readthedocs.io/en/stable", None ) ,
346
+ "redis" : ( " https://redis.readthedocs.io/en/latest", None ) ,
347
+ # "aiomcache": (" https://github.com/aio-libs/aiomcache", None) ,
348
+ "cryptography" : ( " http://cryptography.io/en/latest", None ) ,
349
+ "pynacl" : ( " https://pynacl.readthedocs.io/en/latest", None ) ,
350
350
}
You can’t perform that action at this time.
0 commit comments