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 1010#
1111# All configuration values have a default; values that are commented out
1212# serve to show the default.
13-
1413import sys , os
1514
1615# If extensions (or modules to document with autodoc) are in another directory,
1716# add these directories to sys.path here. If the directory is relative to the
1817# documentation root, use os.path.abspath to make it absolute, like shown here.
1918sys .path = [os .path .abspath ('../../' )] + sys .path
2019
20+
2121# -- General configuration -----------------------------------------------------
2222
2323# Add any Sphinx extension module names here, as strings. They can be extensions
4545# built documents.
4646#
4747# The short X.Y version.
48- version = '1.0.11'
48+ from yajl import __version__ as version
4949# The full version, including alpha/beta/rc tags.
50- release = '1.0.11'
50+ release = version
5151
5252# The language for content autogenerated by Sphinx. Refer to documentation
5353# for a list of supported languages.
You can’t perform that action at this time.
0 commit comments