]> granicus.if.org Git - python/commitdiff
Use absolute path in sys.path.
authorGeorg Brandl <georg@python.org>
Sat, 12 Apr 2008 18:11:18 +0000 (18:11 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 12 Apr 2008 18:11:18 +0000 (18:11 +0000)
Doc/conf.py

index 6a452420fe3a18333c13a0668d4c69747fee99c2..6cf643353f84466b22cc601f2a553f59eb1f2259 100644 (file)
@@ -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
 # ---------------------