Skip to content

Commit 3cf9baa

Browse files
authored
Keep intersphinx objects.inv after build
1 parent 6ce0713 commit 3cf9baa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/nbsite_cleandisthtml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def IGetFiles(d):
4040
except:
4141
pass
4242

43-
for file_ in ("objects.inv",):
43+
for file_ in ():
4444
f = os.path.join(htmldir,file_)
4545
try:
4646
if dry_run:

0 commit comments

Comments
 (0)