File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 16
16
# add these directories to sys.path here. If the directory is relative to the
17
17
# documentation root, use os.path.abspath to make it absolute, like shown here.
18
18
#
19
- # import os
20
- # import sys
21
- # sys.path.insert(0, os.path.abspath('.'))
19
+ import os
20
+ import sys
22
21
from datetime import datetime
22
+ sys .path .insert (0 , os .path .abspath ('../../src' ))
23
+ import rfc3986
23
24
24
25
25
26
# -- General configuration ------------------------------------------------
64
65
# built documents.
65
66
#
66
67
# The short X.Y version.
67
- version = u'1.0.0'
68
+ version = "." . join ( rfc3986 . __version__ . split ( "." )[ 0 : 2 ])
68
69
# The full version, including alpha/beta/rc tags.
69
- release = u'1.0.0'
70
+ release = rfc3986 . __version__
70
71
71
72
# The language for content autogenerated by Sphinx. Refer to documentation
72
73
# for a list of supported languages.
You can’t perform that action at this time.
0 commit comments