File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1212# If extensions (or modules to document with autodoc) are in another directory,
1313# add these directories to sys.path here. If the directory is relative to the
1414# documentation root, use os.path.abspath to make it absolute, like shown here.
15- #import os
16- #import sys
17- #sys.path.insert(0, os.path.abspath('..'))
15+ # import os
16+ # import sys
17+ # sys.path.insert(0, os.path.abspath('..'))
1818
1919# -- General configuration -----------------------------------------------------
2020
Original file line number Diff line number Diff line change 44from .exceptions import * # noqa: F403
55from .ext import ExtType , Timestamp
66
7- version = (1 , 1 , 1 , ' rc1' )
7+ version = (1 , 1 , 1 , " rc1" )
88__version__ = "1.1.0rc1"
99
1010
You can’t perform that action at this time.
0 commit comments