We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
autoapi_dirs
1 parent 1a97099 commit 0e004e7Copy full SHA for 0e004e7
docs/source/conf.py
@@ -72,7 +72,7 @@
72
}
73
74
autoapi_keep_files = True
75
-autoapi_dirs = [Path.cwd().parent.parent / "autointent"]
+autoapi_dirs = [Path.cwd().parent.parent / "src/autointent"]
76
autoapi_options = [
77
"members",
78
"undoc-members",
0 commit comments