Dammit, just work now, please!
authorMoritz Kiefer <moritz.kiefer@gmail.com>
Tue, 15 Jan 2013 17:14:06 +0000 (18:14 +0100)
committerMoritz Kiefer <moritz.kiefer@gmail.com>
Tue, 15 Jan 2013 17:14:06 +0000 (18:14 +0100)
docs/source/conf.py

index 7f0328783d3c3bd2a3987992058f6880450315f8..0c4113cbcc7193b21f09d17b2e2ec775eaa9d9d7 100644 (file)
@@ -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 -----------------------------------------------------