Python: remove pydoctor
[samba.git] / lib / talloc / wscript
index 1c54a7c653ab2185082cfaf1f6b4cb36dcd28211..503295eeceb7d8d92f314ef04ae0ba269ef7df53 100644 (file)
@@ -190,10 +190,3 @@ def dist():
 def reconfigure(ctx):
     '''reconfigure if config scripts have changed'''
     samba_utils.reconfigure(ctx)
-
-
-def pydoctor(ctx):
-    '''build python apidocs'''
-    cmd='PYTHONPATH=bin/python pydoctor --project-name=talloc --project-url=http://talloc.samba.org/ --make-html --docformat=restructuredtext --introspect-c-modules --add-module bin/python/talloc.*'
-    print("Running: %s" % cmd)
-    os.system(cmd)