Skip to content

Commit 14bb19e

Browse files
committed
Attempt to make plone.api importable to Sphinx
1 parent 37a8ed4 commit 14bb19e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
# sys.path.insert(0, os.path.abspath(os.path.join("..", "..")))
1818
# sys.path.insert(0, os.path.abspath("../submodules/plone.api/src"))
1919
sys.path.insert(0, os.path.abspath("../submodules/plone.api/src/plone"))
20+
print("======\n" + sys.path + "\n======\n")
2021

2122
# -- Project information -----------------------------------------------------
2223

0 commit comments

Comments
 (0)