Skip to content

Commit 6322342

Browse files
committed
Update conf.py
1 parent c33881e commit 6322342

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import sys
1616
import os
1717

18-
sys.path.insert(0, os.path.abspath('..'))
18+
sys.path.insert(0, os.path.abspath('../src'))
1919

2020
print(f"python exec: {sys.executable}")
2121
print(f"sys.path: {sys.path}")
@@ -60,8 +60,8 @@
6060
# ones.
6161

6262
extensions = [
63-
"myst_nb",
6463
"autoapi.extension",
64+
"myst_nb",
6565
"sphinx.ext.napoleon",
6666
"sphinx.ext.viewcode",
6767
"sphinx.ext.autodoc",

0 commit comments

Comments
 (0)