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 540fc0d commit 7bdc4aaCopy full SHA for 7bdc4aa
conf.py
@@ -17,6 +17,11 @@
17
from expyriment import __version__ as version_info
18
#sys.path.remove(os.path.abspath("../.."))
19
20
+# The short X.Y version.
21
+version = version_info
22
+
23
+# The full version, including alpha/beta/rc tags.
24
+release = version
25
26
# If extensions (or modules to document with autodoc) are in another directory,
27
# add these directories to sys.path here. If the directory is relative to the
0 commit comments