Skip to content

Commit 983cd73

Browse files
Update conf.py (#202)
Signed-off-by: Miles Price <[email protected]>
1 parent a762d8a commit 983cd73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sphinx/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def __getattr__(cls, name):
5252
return MagicMock()
5353

5454
# List of modules to mock
55-
MOCK_MODULES = ['cvcuda']
55+
MOCK_MODULES = ['nvcv', 'cvcuda']
5656
sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)
5757

5858
# -- General configuration ---------------------------------------------------

0 commit comments

Comments
 (0)