mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2026-08-26 05:07:35 -05:00
Fix intersphinx file cache (#14130)
This commit is contained in:
@@ -283,6 +283,7 @@ def _fetch_inventory_group(
|
||||
inv = _load_inventory(raw_data, target_uri=project.target_uri)
|
||||
cache_path_mtime = int(cache_path.stat().st_mtime)
|
||||
cache[project.target_uri] = project.name, cache_path_mtime, inv.data
|
||||
updated = True
|
||||
break
|
||||
|
||||
# decide whether the inventory must be read: always read local
|
||||
|
||||
Reference in New Issue
Block a user