We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba0be7b commit 50b7b35Copy full SHA for 50b7b35
docs/conf.py
@@ -64,10 +64,10 @@
64
# |version| and |release|, also used in various other places throughout the
65
# built documents.
66
#
67
-# The short X.Y version.
68
-version = u'0.2.0'
69
# The full version, including alpha/beta/rc tags.
70
-release = u'0.2.0'
+release = pymatsolver.__version__
+# The short X.Y version.
+version = ".".join(release.split(".")[:2])
71
72
# The language for content autogenerated by Sphinx. Refer to documentation
73
# for a list of supported languages.
0 commit comments