We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff2bba7 commit a362048Copy full SHA for a362048
docs_src/source/conf.py
@@ -32,7 +32,8 @@
32
# The full version, including alpha/beta/rc tags.
33
release = probe_basic.__version__
34
35
-rst_epilog = '.. |version_tag| replace:: %s' % version
+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)
37
38
# -- General configuration ---------------------------------------------------
39
0 commit comments