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 bef89c4 commit dbe975aCopy full SHA for dbe975a
docs/conf.py
@@ -13,9 +13,9 @@
13
import os
14
import sys
15
# Attempt to make plone.api importable to Sphinx
16
-sys.path.insert(0, os.path.abspath("."))
+# sys.path.insert(0, os.path.abspath("."))
17
# sys.path.insert(0, os.path.abspath(os.path.join("..", "..")))
18
-
+sys.path.insert(0, os.path.abspath("../submodules/plone.api/src"))
19
20
# -- Project information -----------------------------------------------------
21
0 commit comments