From 09efb5a00e1d4d97e11db1d4404e6bfaede20240 Mon Sep 17 00:00:00 2001 From: JingleManSweep Date: Sat, 17 Mar 2012 11:30:12 +0000 Subject: [PATCH] Tweaked Sphinx config --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index bb3ff34..a88b654 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -21,7 +21,7 @@ # absolute, like shown here. sys.path.insert(0, os.path.abspath('../..')) -sys.path.insert(0, os.path.abspath('../../pysqueezecenter')) +sys.path.insert(0, os.path.abspath('../../pylms')) class Mock(object):