Skip to content

Commit 37a8ed4

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
# Attempt to make plone.api importable to Sphinx
1616
# sys.path.insert(0, os.path.abspath("."))
1717
# sys.path.insert(0, os.path.abspath(os.path.join("..", "..")))
18-
sys.path.insert(0, os.path.abspath("../submodules/plone.api/src"))
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"))
1920

2021
# -- Project information -----------------------------------------------------
2122

0 commit comments

Comments
 (0)