Skip to content

Commit 0e004e7

Browse files
committed
update autoapi_dirs setting
1 parent 1a97099 commit 0e004e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
}
7373

7474
autoapi_keep_files = True
75-
autoapi_dirs = [Path.cwd().parent.parent / "autointent"]
75+
autoapi_dirs = [Path.cwd().parent.parent / "src/autointent"]
7676
autoapi_options = [
7777
"members",
7878
"undoc-members",

0 commit comments

Comments
 (0)