From: Kefu Chai Date: Tue, 12 Jan 2021 15:05:21 +0000 (+0800) Subject: doc/_ext: do not mock ceph_argparse X-Git-Tag: v16.1.0~20^2~7 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d25ed644498bf7fc29b16d9e1cc60c4f8a638df5;p=ceph-ci.git doc/_ext: do not mock ceph_argparse this module is used for convert argspec to argdesc by CLICommand.load_func_metadata() Signed-off-by: Kefu Chai --- diff --git a/doc/_ext/ceph_commands.py b/doc/_ext/ceph_commands.py index 94790cd0220..bddd85f7656 100644 --- a/doc/_ext/ceph_commands.py +++ b/doc/_ext/ceph_commands.py @@ -245,8 +245,7 @@ class CephMgrCommands(Directive): 'dateutil', 'dateutil.parser'] # make dashboard happy - mock_imports += ['ceph_argparse', - 'OpenSSL', + mock_imports += ['OpenSSL', 'jwt', 'bcrypt', 'scipy',