From d25ed644498bf7fc29b16d9e1cc60c4f8a638df5 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Tue, 12 Jan 2021 23:05:21 +0800 Subject: [PATCH] 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 --- doc/_ext/ceph_commands.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/_ext/ceph_commands.py b/doc/_ext/ceph_commands.py index 94790cd0220d..bddd85f7656e 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', -- 2.47.3