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 b81e514 commit 94f8362Copy full SHA for 94f8362
docs/conf.py
@@ -54,15 +54,16 @@
54
copyright = u'2017, Aziz Khan'
55
author = u'Aziz Khan'
56
57
-import intervene
+#import intervene
58
# The version info for the project you're documenting, acts as replacement for
59
# |version| and |release|, also used in various other places throughout the
60
# built documents.
61
#
62
# The short X.Y version.
63
-version = intervene.__version__
+#version = intervene.__version__
64
+version = '0.6.2'
65
# The full version, including alpha/beta/rc tags.
-release = 'v'+str(intervene.__version__)
66
+release = 'v0.6.2'
67
68
# The language for content autogenerated by Sphinx. Refer to documentation
69
# for a list of supported languages.
0 commit comments