We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a762d8a commit 983cd73Copy full SHA for 983cd73
docs/sphinx/conf.py
@@ -52,7 +52,7 @@ def __getattr__(cls, name):
52
return MagicMock()
53
54
# List of modules to mock
55
-MOCK_MODULES = ['cvcuda']
+MOCK_MODULES = ['nvcv', 'cvcuda']
56
sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)
57
58
# -- General configuration ---------------------------------------------------
0 commit comments