Skip to content

Commit dbe975a

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
import os
1414
import sys
1515
# Attempt to make plone.api importable to Sphinx
16-
sys.path.insert(0, os.path.abspath("."))
16+
# sys.path.insert(0, os.path.abspath("."))
1717
# sys.path.insert(0, os.path.abspath(os.path.join("..", "..")))
18-
18+
sys.path.insert(0, os.path.abspath("../submodules/plone.api/src"))
1919

2020
# -- Project information -----------------------------------------------------
2121

0 commit comments

Comments
 (0)