summaryrefslogtreecommitdiffstats
path: root/doc/sphinx
diff options
context:
space:
mode:
authorMats Wichmann <mats@linux.com>2020-05-27 18:10:44 (GMT)
committerMats Wichmann <mats@linux.com>2020-05-30 12:33:15 (GMT)
commit7ea666723c18c7fbd13fe282697591a0a2fd26d2 (patch)
tree89f1063400ef52dcfc993e153bb6a18ec789a879 /doc/sphinx
parentff57c327cd155d5e1c734b81ee954663ab2c5a20 (diff)
downloadSCons-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.py2
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 ------------------------------------------------