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 12
12
# If extensions (or modules to document with autodoc) are in another directory,
13
13
# add these directories to sys.path here. If the directory is relative to the
14
14
# 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('..'))
18
18
19
19
# -- General configuration -----------------------------------------------------
20
20
Original file line number Diff line number Diff line change 4
4
from .exceptions import * # noqa: F403
5
5
from .ext import ExtType , Timestamp
6
6
7
- version = (1 , 1 , 1 , ' rc1' )
7
+ version = (1 , 1 , 1 , " rc1" )
8
8
__version__ = "1.1.0rc1"
9
9
10
10
You can’t perform that action at this time.
0 commit comments