diff --git a/docs/conf.py b/docs/conf.py index c93b408..1f5a158 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -18,7 +18,7 @@ from subprocess import Popen, PIPE # # import os # import sys -# sys.path.insert(0, os.path.abspath("../")) +# sys.path.insert(0, os.path.abspath('.')) # -- General configuration ------------------------------------------------