We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e712a82 commit 28a54d3Copy full SHA for 28a54d3
doc/conf.py
@@ -109,7 +109,8 @@
109
# 自动生成 API 文档的路径
110
# -------------------------------------------------------------------------------------
111
extensions.append("autoapi.extension")
112
-autoapi_dirs = [f"../src/{project}"]
+autoapi_dirs = [f"../src/"]
113
+autoapi_root = "autoapi"
114
# 在文档中嵌入 Graphviz 图
115
116
extensions.append("sphinx.ext.graphviz")
tasks.py
@@ -5,4 +5,4 @@
5
6
from taolib.flows.tasks import sites
7
8
-namespace = sites('doc', target='doc/_build/html')
+namespace = sites('./doc', target='./doc/_build/html')
0 commit comments