|
66 | 66 |
|
67 | 67 | # Intersphinx configuration (keep this in alphabetical order) |
68 | 68 | intersphinx_mapping = { |
69 | | - "devguide": ("https://devguide.python.org/", None), |
70 | | - "mypy": ("https://mypy.readthedocs.io/en/latest/", None), |
71 | | - "packaging": ("https://packaging.python.org/en/latest/", None), |
72 | | - "py3.11": ("https://docs.python.org/3.11/", None), |
73 | | - "py3.12": ("https://docs.python.org/3.12/", None), |
74 | | - "py3.13": ("https://docs.python.org/3.13/", None), |
75 | | - "py3.14": ("https://docs.python.org/3.14/", None), |
76 | | - "python": ("https://docs.python.org/3/", None), |
77 | | - "trio": ("https://trio.readthedocs.io/en/latest/", None), |
78 | | - "typing": ("https://typing.readthedocs.io/en/latest/", None), |
| 69 | + "devguide": ("https://devguide.python.org", None), |
| 70 | + "mypy": ("https://mypy.readthedocs.io/en/latest", None), |
| 71 | + "packaging": ("https://packaging.python.org/en/latest", None), |
| 72 | + "py3.11": ("https://docs.python.org/3.11", None), |
| 73 | + "py3.12": ("https://docs.python.org/3.12", None), |
| 74 | + "py3.13": ("https://docs.python.org/3.13", None), |
| 75 | + "py3.14": ("https://docs.python.org/3.14", None), |
| 76 | + "python": ("https://docs.python.org/3", None), |
| 77 | + "trio": ("https://trio.readthedocs.io/en/latest", None), |
| 78 | + "typing": ("https://typing.readthedocs.io/en/latest", None), |
79 | 79 | } |
80 | 80 | intersphinx_disabled_reftypes = [] |
81 | 81 |
|
|
0 commit comments