Skip to content

Commit da0f09b

Browse files
remove redundant efg link
1 parent fb4ca19 commit da0f09b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build_support/catalog/update.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def _write_efg_table(df: pd.DataFrame, f, tikz_re, regenerate_images: bool):
6363

6464
# Download links (inside the dropdown)
6565
download_links = [row["Download"]]
66-
for ext in ["efg", "ef", "tex", "png", "pdf"]:
66+
for ext in ["ef", "tex", "png", "pdf"]:
6767
download_links.append(f":download:`{slug}.{ext} <../catalog/img/{slug}.{ext}>`")
6868
f.write(" **Download game and image files:**\n")
6969
f.write(" \n")

0 commit comments

Comments
 (0)