From 172d5db155dbd371840facd19aeb43bdad6cf34a Mon Sep 17 00:00:00 2001 From: Thomas Nagy Date: Sat, 11 Oct 2014 18:57:09 +0200 Subject: [PATCH] Apidoc compilation --- docs/sphinx/conf.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/sphinx/conf.py b/docs/sphinx/conf.py index dc83e263..705c6b7e 100644 --- a/docs/sphinx/conf.py +++ b/docs/sphinx/conf.py @@ -131,11 +131,6 @@ TaskGen.before('process_source','process_rule')(TaskGen.process_subst) from waflib.Task import Task -Task.__dict__['run'].__doc__ = """ - Execute the task (executed by threads). Override in subclasses. - - :rtype: int - """ Task.__dict__['post_run'].__doc__ = "Update the cache files (executed by threads). Override in subclasses."