File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 15
15
# Attempt to make plone.api importable to Sphinx
16
16
# sys.path.insert(0, os.path.abspath("."))
17
17
# sys.path.insert(0, os.path.abspath(os.path.join("..", "..")))
18
- # sys.path.insert(0, os.path.abspath("../submodules/plone.api/src"))
19
- sys .path .insert (0 , os .path .abspath ("../submodules/plone.api/src/plone" ))
20
- print ("======\n " + str (sys .path ) + "\n ======\n " )
18
+ sys .path .insert (0 , os .path .abspath ("../submodules/plone.api/src" ))
19
+ # sys.path.insert(0, os.path.abspath("../submodules/plone.api/src/plone"))
20
+ print ("====== sys.path ======\n " + str (sys .path ) + "\n ======\n " )
21
+ print ("====== os.listdir() ======\n " + str (os .listdir ()) + "\n ======\n " )
22
+ print ("====== os.listdir(sys.path[0]) ======\n " + str (os .listdir (sys .path [0 ])) + "\n ======\n " )
21
23
22
24
# -- Project information -----------------------------------------------------
23
25
You can’t perform that action at this time.
0 commit comments