We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d5ca39 commit 1785ba3Copy full SHA for 1785ba3
docs/conf.py
@@ -18,6 +18,7 @@
18
import shlex
19
20
sys.path.append(os.path.join(os.path.dirname(__file__), '..'))
21
+from git_version import git_version
22
23
# If extensions (or modules to document with autodoc) are in another directory,
24
# add these directories to sys.path here. If the directory is relative to the
@@ -61,9 +62,9 @@
61
62
# built documents.
63
#
64
# The short X.Y version.
-version = '0.3.0'
65
+version = git_version()
66
# The full version, including alpha/beta/rc tags.
-release = '0.3.0'
67
+release = git_version()
68
69
# The language for content autogenerated by Sphinx. Refer to documentation
70
# for a list of supported languages.
0 commit comments