File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 10
10
#
11
11
# All configuration values have a default; values that are commented out
12
12
# serve to show the default.
13
-
14
13
import sys , os
15
14
16
15
# If extensions (or modules to document with autodoc) are in another directory,
17
16
# add these directories to sys.path here. If the directory is relative to the
18
17
# documentation root, use os.path.abspath to make it absolute, like shown here.
19
18
sys .path = [os .path .abspath ('../../' )] + sys .path
20
19
20
+
21
21
# -- General configuration -----------------------------------------------------
22
22
23
23
# Add any Sphinx extension module names here, as strings. They can be extensions
45
45
# built documents.
46
46
#
47
47
# The short X.Y version.
48
- version = '1.0.11'
48
+ from yajl import __version__ as version
49
49
# The full version, including alpha/beta/rc tags.
50
- release = '1.0.11'
50
+ release = version
51
51
52
52
# The language for content autogenerated by Sphinx. Refer to documentation
53
53
# for a list of supported languages.
You can’t perform that action at this time.
0 commit comments