File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 77# -- Path setup --------------------------------------------------------------
88
99# If extensions (or modules to document with autodoc) are in another directory,
10- # add these directories to sys.path here. If the directory is relative to the
10+ # add these directories to pathlib.Path here. If the directory is relative to the
1111# documentation root, use os.path.abspath to make it absolute, like shown here.
1212#
1313import sys
1414import os
15- sys . path .insert (0 , os .path .abspath ('../..' ))
16- sys . path .insert (0 , os .path .abspath ('../../../src' ))
15+ pathlib . Path .insert (0 , os .path .abspath ('../..' ))
16+ pathlib . Path .insert (0 , os .path .abspath ('../../../src' ))
1717
1818
1919# -- Project information -----------------------------------------------------
You can’t perform that action at this time.
0 commit comments