Skip to content

Commit a40b25b

Browse files
committed
fix: restore the download links
1 parent 3c93194 commit a40b25b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/source/conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@
2525

2626

2727
with open('download_links.txt') as f:
28-
rst_epilog = f.read()
29-
28+
rst_epilog = f.read().format(version=release)
3029

3130
# -- General configuration ---------------------------------------------------
3231
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

0 commit comments

Comments
 (0)