We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cd545f commit 2d0a416Copy full SHA for 2d0a416
sphinx/ext/intersphinx/_load.py
@@ -283,6 +283,7 @@ def _fetch_inventory_group(
283
inv = _load_inventory(raw_data, target_uri=project.target_uri)
284
cache_path_mtime = int(cache_path.stat().st_mtime)
285
cache[project.target_uri] = project.name, cache_path_mtime, inv.data
286
+ updated = True
287
break
288
289
# decide whether the inventory must be read: always read local
0 commit comments