diff options
author | Mats Wichmann <mats@linux.com> | 2020-05-27 18:10:44 (GMT) |
---|---|---|
committer | Mats Wichmann <mats@linux.com> | 2020-05-30 12:33:15 (GMT) |
commit | 7ea666723c18c7fbd13fe282697591a0a2fd26d2 (patch) | |
tree | 89f1063400ef52dcfc993e153bb6a18ec789a879 /doc/sphinx | |
parent | ff57c327cd155d5e1c734b81ee954663ab2c5a20 (diff) | |
download | SCons-7ea666723c18c7fbd13fe282697591a0a2fd26d2.zip SCons-7ea666723c18c7fbd13fe282697591a0a2fd26d2.tar.gz SCons-7ea666723c18c7fbd13fe282697591a0a2fd26d2.tar.bz2 |
More sphinx build tweaks [ci skip]
Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'doc/sphinx')
-rw-r--r-- | doc/sphinx/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sphinx/conf.py b/doc/sphinx/conf.py index bfd7057..141d089 100644 --- a/doc/sphinx/conf.py +++ b/doc/sphinx/conf.py @@ -19,7 +19,7 @@ # import os import sys -sys.path.insert(0, os.path.abspath('../../src/engine/')) +sys.path.insert(0, os.path.abspath('../../')) # -- General configuration ------------------------------------------------ |