skip paddle.fluid.core, test=develop, test=document_fix (#23694)

revert-23830-2.0-beta
Chen Weihang 5 years ago committed by GitHub
parent d40c52403d
commit a00d0cb9f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -124,6 +124,9 @@ def visit_all_module(mod):
if mod_name != 'paddle' and not mod_name.startswith('paddle.'):
return
if mod_name.startswith('paddle.fluid.core'):
return
if mod in visited_modules:
return

Loading…
Cancel
Save