Skip to content

Commit ad8eddc

Browse files
committed
FIxed parent
1 parent 5c38ebd commit ad8eddc

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
@@ -10,7 +10,7 @@
1010
sys.path.insert(0, os.path.abspath("../src"))
1111

1212
# Copy tutorial notebooks from project root to docs/source/tutorials/
13-
tutorials_source = Path(__file__).parent.parent / "tutorials"
13+
tutorials_source = Path(__file__).parent.parent.parent / "tutorials"
1414
tutorials_dest = Path(__file__).parent / "tutorials"
1515

1616
if tutorials_source.exists():

0 commit comments

Comments
 (0)