Skip to content

Commit 94f8362

Browse files
committed
updated docs
1 parent b81e514 commit 94f8362

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/conf.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,16 @@
5454
copyright = u'2017, Aziz Khan'
5555
author = u'Aziz Khan'
5656

57-
import intervene
57+
#import intervene
5858
# The version info for the project you're documenting, acts as replacement for
5959
# |version| and |release|, also used in various other places throughout the
6060
# built documents.
6161
#
6262
# The short X.Y version.
63-
version = intervene.__version__
63+
#version = intervene.__version__
64+
version = '0.6.2'
6465
# The full version, including alpha/beta/rc tags.
65-
release = 'v'+str(intervene.__version__)
66+
release = 'v0.6.2'
6667

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

0 commit comments

Comments
 (0)