diff --git a/bindings/python/docs/conf.py b/bindings/python/docs/conf.py index a746a7ec..64338732 100644 --- a/bindings/python/docs/conf.py +++ b/bindings/python/docs/conf.py @@ -10,8 +10,12 @@ # add these directories to sys.path here. If the directory is relative to the # documentation root, use os.path.abspath to make it absolute, like shown here. # +import os +import sys from pathlib import Path +sys.path.insert(0, os.path.abspath("..")) # noqa: PTH100 + # -- Project information ----------------------------------------------------- project = "PyMongoArrow"