Skip to content

Commit add9c87

Browse files
authored
1 parent dbd1ea8 commit add9c87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
# Add the source tree so we can import executorch without installing it.
3333
# This helps building the docs in environments where the package isn't installed.
34-
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "src")))
34+
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "..", "src")))
3535

3636
# -- Project information -----------------------------------------------------
3737

0 commit comments

Comments
 (0)