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 dbe975a commit 37a8ed4Copy full SHA for 37a8ed4
docs/conf.py
@@ -15,7 +15,8 @@
15
# Attempt to make plone.api importable to Sphinx
16
# 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"))
+# sys.path.insert(0, os.path.abspath("../submodules/plone.api/src"))
19
+sys.path.insert(0, os.path.abspath("../submodules/plone.api/src/plone"))
20
21
# -- Project information -----------------------------------------------------
22
0 commit comments