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 df7fe42 commit a907e5cCopy full SHA for a907e5c
docs/source/conf.py
@@ -12,7 +12,6 @@
12
# serve to show the default.
13
14
import sys, os
15
-from pyres import __version__
16
17
# If extensions (or modules to document with autodoc) are in another directory,
18
# add these directories to sys.path here. If the directory is relative to the
@@ -46,9 +45,9 @@
46
45
# built documents.
47
#
48
# The short X.Y version.
49
-version = __version__
+version = '1.3'
50
# The full version, including alpha/beta/rc tags.
51
-release = __version__
+release = '1.3'
52
53
# The language for content autogenerated by Sphinx. Refer to documentation
54
# for a list of supported languages.
0 commit comments