From 9e97f934c1f5bd714809f1403f38586fd4d8571d Mon Sep 17 00:00:00 2001 From: amosbastian Date: Wed, 23 Jan 2019 18:49:58 +0000 Subject: [PATCH] Update conf.py to include fpl import --- docs/conf.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index a1f188b..21315f1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -12,10 +12,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 -# sys.path.insert(0, os.path.abspath('.')) +import os +import sys +sys.path.insert(0, os.path.abspath('..')) + +import fpl # -- Project information -----------------------------------------------------