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 1616# add these directories to sys.path here. If the directory is relative to the
1717# documentation root, use os.path.abspath to make it absolute, like shown here.
1818#
19- # import os
20- # import sys
21- # sys.path.insert(0, os.path.abspath('.'))
19+ import os
20+ import sys
2221from datetime import datetime
22+ sys .path .insert (0 , os .path .abspath ('../../src' ))
23+ import rfc3986
2324
2425
2526# -- General configuration ------------------------------------------------
6465# built documents.
6566#
6667# The short X.Y version.
67- version = u'1.0.0'
68+ version = "." . join ( rfc3986 . __version__ . split ( "." )[ 0 : 2 ])
6869# The full version, including alpha/beta/rc tags.
69- release = u'1.0.0'
70+ release = rfc3986 . __version__
7071
7172# The language for content autogenerated by Sphinx. Refer to documentation
7273# for a list of supported languages.
You can’t perform that action at this time.
0 commit comments