diff --git a/doc/conf.py b/doc/conf.py index 6e2bc02..5803aae 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -22,7 +22,7 @@ os.system("make doc -C pcsc-relay >/dev/null") # If extensions (or modules to document with autodoc) are in another directory, # 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. -#sys.path.insert(0, os.path.abspath('.')) +sys.path.insert(0, os.path.abspath('../virtualsmartcard/src/vpicc')) # -- General configuration -----------------------------------------------------