Skip to content

Commit 5aceb91

Browse files
committed
Attempt to make plone.api importable to Sphinx
1 parent 14bb19e commit 5aceb91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# sys.path.insert(0, os.path.abspath(os.path.join("..", "..")))
1818
# sys.path.insert(0, os.path.abspath("../submodules/plone.api/src"))
1919
sys.path.insert(0, os.path.abspath("../submodules/plone.api/src/plone"))
20-
print("======\n" + sys.path + "\n======\n")
20+
print("======\n" + str(sys.path) + "\n======\n")
2121

2222
# -- Project information -----------------------------------------------------
2323

0 commit comments

Comments
 (0)