diff --git a/docs/conf.py b/docs/conf.py index 2e92013..0ba5882 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -10,6 +10,7 @@ from pathlib import Path import sys +#docs build test this_file = Path(__file__) pkg_path = this_file.parents[1] / "src" sys.path.insert(0, str(pkg_path.resolve()))