@@ -63,17 +63,7 @@ linking:
63
63
When fetching remote inventory files, proxy settings will be read from
64
64
the ``$HTTP_PROXY `` environment variable.
65
65
66
- **Old format for this config value **
67
-
68
- This is the format used before Sphinx 1.0. It is still recognized.
69
-
70
- A dictionary mapping URIs to either ``None `` or an URI. The keys are the
71
- base URI of the foreign Sphinx documentation sets and can be local paths or
72
- HTTP URIs. The values indicate where the inventory file can be found: they
73
- can be ``None `` (at the same location as the base URI) or another local or
74
- HTTP URI.
75
-
76
- **New format for this config value **
66
+ **Format **
77
67
78
68
.. versionadded :: 1.0
79
69
@@ -136,6 +126,28 @@ linking:
136
126
('../../otherbook/build/html/objects.inv', None)),
137
127
}
138
128
129
+ **Old format for this config value **
130
+
131
+ .. deprecated :: 6.2
132
+
133
+ .. RemovedInSphinx80Warning
134
+
135
+ .. caution :: This is the format used before Sphinx 1.0.
136
+ It is deprecated and will be removed in Sphinx 8.0.
137
+
138
+ A dictionary mapping URIs to either ``None `` or an URI. The keys are the
139
+ base URI of the foreign Sphinx documentation sets and can be local paths or
140
+ HTTP URIs. The values indicate where the inventory file can be found: they
141
+ can be ``None `` (at the same location as the base URI) or another local or
142
+ HTTP URI.
143
+
144
+ Example:
145
+
146
+ .. code :: python
147
+
148
+ intersphinx_mapping = {' https://docs.python.org/' : None }
149
+
150
+
139
151
.. confval :: intersphinx_cache_limit
140
152
141
153
The maximum number of days to cache remote inventories. The default is
0 commit comments