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 9d8ef83 commit 4add50aCopy full SHA for 4add50a
sphinx/ext/intersphinx.py
@@ -718,7 +718,7 @@ class MockApp:
718
719
try:
720
filename = argv[0]
721
- inv_data: Inventory = fetch_inventory(MockApp(), '', filename) # type: ignore[arg-type]
+ inv_data = fetch_inventory(MockApp(), '', filename) # type: ignore[arg-type]
722
for key in sorted(inv_data or {}):
723
print(key)
724
inv_entries = sorted(inv_data[key].items())
0 commit comments