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.
2 parents 80b8274 + 9ab0cd3 commit 90a37c9Copy full SHA for 90a37c9
doc/conf.py
@@ -11,7 +11,9 @@
11
# All configuration values have a default; values that are commented out
12
# serve to show the default.
13
14
-import sys, os
+import sys
15
+import os
16
+import synapseclient
17
18
# If extensions (or modules to document with autodoc) are in another directory,
19
# add these directories to sys.path here. If the directory is relative to the
@@ -48,9 +50,9 @@
48
50
# built documents.
49
51
#
52
# The short X.Y version.
-version = '1.8.1'
53
+version = synapseclient.__version__
54
# The full version, including alpha/beta/rc tags.
-release = '1.8.1'
55
+release = synapseclient.__version__
56
57
# The language for content autogenerated by Sphinx. Refer to documentation
58
# for a list of supported languages.
0 commit comments