File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 16
16
# If extensions (or modules to document with autodoc) are in another directory,
17
17
# add these directories to sys.path here. If the directory is relative to the
18
18
# documentation root, use os.path.abspath to make it absolute, like shown here.
19
- # sys.path.insert(0, os.path.abspath('.'))
19
+ sys .path .insert (0 , os .path .abspath ('. .' ))
20
20
21
21
# -- General configuration -----------------------------------------------------
22
22
47
47
# |version| and |release|, also used in various other places throughout the
48
48
# built documents.
49
49
#
50
+ import xdg
50
51
# The short X.Y version.
51
- version = '0.23'
52
+ version = xdg . __version__
52
53
# The full version, including alpha/beta/rc tags.
53
- release = '0.23'
54
+ release = xdg . __version__
54
55
55
56
# The language for content autogenerated by Sphinx. Refer to documentation
56
57
# for a list of supported languages.
You can’t perform that action at this time.
0 commit comments