Skip to content

Commit bef89c4

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

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
@@ -13,7 +13,8 @@
1313
import os
1414
import sys
1515
# Attempt to make plone.api importable to Sphinx
16-
sys.path.insert(0, os.path.abspath(os.path.join("..", "..")))
16+
sys.path.insert(0, os.path.abspath("."))
17+
# sys.path.insert(0, os.path.abspath(os.path.join("..", "..")))
1718

1819

1920
# -- Project information -----------------------------------------------------

0 commit comments

Comments
 (0)