Skip to content

Commit 90a37c9

Browse files
authored
Merge pull request #580 from Sage-Bionetworks/develop
Develop
2 parents 80b8274 + 9ab0cd3 commit 90a37c9

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

doc/conf.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
# All configuration values have a default; values that are commented out
1212
# serve to show the default.
1313

14-
import sys, os
14+
import sys
15+
import os
16+
import synapseclient
1517

1618
# If extensions (or modules to document with autodoc) are in another directory,
1719
# add these directories to sys.path here. If the directory is relative to the
@@ -48,9 +50,9 @@
4850
# built documents.
4951
#
5052
# The short X.Y version.
51-
version = '1.8.1'
53+
version = synapseclient.__version__
5254
# The full version, including alpha/beta/rc tags.
53-
release = '1.8.1'
55+
release = synapseclient.__version__
5456

5557
# The language for content autogenerated by Sphinx. Refer to documentation
5658
# for a list of supported languages.

0 commit comments

Comments
 (0)