We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ff197c commit 43a102dCopy full SHA for 43a102d
tasks.py
@@ -6,6 +6,6 @@
6
if not hasattr(inspect, 'getargspec'): # 修复
7
inspect.getargspec = inspect.getfullargspec
8
9
-from taolib.flows.tasks import sites
+from taolib.doc import sites
10
11
namespace = sites('docs', target='docs/_build/html')
0 commit comments