We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4344e0e commit bef89c4Copy full SHA for bef89c4
docs/conf.py
@@ -13,7 +13,8 @@
13
import os
14
import sys
15
# Attempt to make plone.api importable to Sphinx
16
-sys.path.insert(0, os.path.abspath(os.path.join("..", "..")))
+sys.path.insert(0, os.path.abspath("."))
17
+# sys.path.insert(0, os.path.abspath(os.path.join("..", "..")))
18
19
20
# -- Project information -----------------------------------------------------
0 commit comments