From b4d21139b77f9a43b01e3c43b22808050532d691 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 12 Apr 2008 18:11:18 +0000 Subject: Use absolute path in sys.path. --- Doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/conf.py b/Doc/conf.py index 6a45242..6cf6433 100644 --- a/Doc/conf.py +++ b/Doc/conf.py @@ -8,7 +8,7 @@ # that aren't pickleable (module imports are okay, they're removed automatically). import sys, os, time -sys.path.append('tools/sphinxext') +sys.path.append(os.path.abspath('tools/sphinxext')) # General configuration # --------------------- -- cgit v0.12