We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a88527 commit c87fea7Copy full SHA for c87fea7
docs/conf.py
@@ -49,9 +49,12 @@
49
# |version| and |release|, also used in various other places throughout the
50
# built documents. Defaults to an empty string.
51
#
52
+# 'version' is used in the version selector shown in the bottom right cortner of
53
+# ReadTheDocs UI, while 'release' is used in the HTML title.
54
+#
55
# See: https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-version
56
-# version = ''
57
+version = "1.5"
58
release = "1.5.0"
59
60
# The language for content autogenerated by Sphinx. Refer to documentation
0 commit comments