File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 16
16
import sys
17
17
import os
18
18
19
+ import coalib
20
+
19
21
# If extensions (or modules to document with autodoc) are in another directory,
20
22
# add these directories to sys.path here. If the directory is relative to the
21
23
# documentation root, use os.path.abspath to make it absolute, like shown here.
57
59
# built documents.
58
60
#
59
61
# The short X.Y version.
60
- version = '0.8.0'
62
+ version = coalib . __version__
61
63
# The full version, including alpha/beta/rc tags.
62
- release = '0.8.0'
64
+ release = coalib . __version__
63
65
64
66
# The language for content autogenerated by Sphinx. Refer to documentation
65
67
# for a list of supported languages.
Original file line number Diff line number Diff line change
1
+ coala
1
2
sphinx~=1.4.9
You can’t perform that action at this time.
0 commit comments