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