Skip to content

Commit a362048

Browse files
committed
DOCS: automate download links from tags
1 parent ff2bba7 commit a362048

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs_src/source/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
# The full version, including alpha/beta/rc tags.
3333
release = probe_basic.__version__
3434

35-
rst_epilog = '.. |version_tag| replace:: %s' % version
35+
rst_epilog = '.. |code version| replace:: ``%s``\n' % version
36+
rst_epilog += '.. |gh_bin_dl_url| replace:: Download Probe Basic Installer: https://github.com/kcjengr/probe_basic/releases/download/%s/ProbeBasic-Installer-%s.run' % (version, version)
3637

3738
# -- General configuration ---------------------------------------------------
3839

0 commit comments

Comments
 (0)