From a3555a22c89fede178faa4b099203bd939f170d5 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Thu, 28 Jan 2021 15:13:53 +0100 Subject: [PATCH] doc: add rook_client._helper to mock_imports This is due to `mgr/rook` now also includes `._helper` Co-authored-by Kefu Chai Signed-off-by: Sebastian Wagner --- doc/_ext/ceph_commands.py | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/_ext/ceph_commands.py b/doc/_ext/ceph_commands.py index 58daba8f1de5e..f1d7ee606fec3 100644 --- a/doc/_ext/ceph_commands.py +++ b/doc/_ext/ceph_commands.py @@ -254,6 +254,7 @@ class CephMgrCommands(Directive): 'jsonpatch', 'rook.rook_client', 'rook.rook_client.ceph', + 'rook.rook_client._helper', 'cherrypy=3.2.3'] # make restful happy -- 2.39.5