We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c38ebd commit ad8eddcCopy full SHA for ad8eddc
1 file changed
docs/source/conf.py
@@ -10,7 +10,7 @@
10
sys.path.insert(0, os.path.abspath("../src"))
11
12
# Copy tutorial notebooks from project root to docs/source/tutorials/
13
-tutorials_source = Path(__file__).parent.parent / "tutorials"
+tutorials_source = Path(__file__).parent.parent.parent / "tutorials"
14
tutorials_dest = Path(__file__).parent / "tutorials"
15
16
if tutorials_source.exists():
0 commit comments