From: Moritz Kiefer Date: Tue, 15 Jan 2013 17:14:06 +0000 (+0100) Subject: Dammit, just work now, please! X-Git-Url: https://vcs.fsf.org/?p=diaspy.git;a=commitdiff_plain;h=179c43101a0bcf1ef10b7010bd52c0bd99284e61 Dammit, just work now, please! --- diff --git a/docs/source/conf.py b/docs/source/conf.py index 7f03287..0c4113c 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -18,7 +18,7 @@ import sys, os # 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.join((os.getcwd(), os.pardir()))) +sys.path.insert(0, os.path.join((os.getcwd(), os.pardir))) # -- General configuration -----------------------------------------------------