Skip to content

Commit f28eb97

Browse files
Fix broken build on readthedocs, second attempt
1 parent 9cb1bd1 commit f28eb97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class Mock(MagicMock):
2828
def __getattr__(cls, name):
2929
return Mock()
3030

31-
MOCK_MODULES = ['cups']
31+
MOCK_MODULES = ['pycups']
3232
sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)
3333

3434

0 commit comments

Comments
 (0)