Skip to content

Commit 2d0a416

Browse files
authored
Fix intersphinx file cache (#14130)
1 parent 3cd545f commit 2d0a416

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sphinx/ext/intersphinx/_load.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,7 @@ def _fetch_inventory_group(
283283
inv = _load_inventory(raw_data, target_uri=project.target_uri)
284284
cache_path_mtime = int(cache_path.stat().st_mtime)
285285
cache[project.target_uri] = project.name, cache_path_mtime, inv.data
286+
updated = True
286287
break
287288

288289
# decide whether the inventory must be read: always read local

0 commit comments

Comments
 (0)