We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 792441f commit 38330acCopy full SHA for 38330ac
docs_src/source/conf.py
@@ -32,6 +32,8 @@
32
# The full version, including alpha/beta/rc tags.
33
release = probe_basic.__version__
34
35
+rst_epilog = ".. |version| replace:: %".format(version)
36
+
37
# -- General configuration ---------------------------------------------------
38
39
# If your documentation needs a minimal Sphinx version, state it here.
0 commit comments