Skip to content

Commit f6f6c9f

Browse files
committed
fix doc generation
1 parent 4b99fa2 commit f6f6c9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import os
1717

1818
import mock
19-
MOCK_MODULES = ['matplotlib']
19+
MOCK_MODULES = ['matplotlib', 'pipdate']
2020
for mod_name in MOCK_MODULES:
2121
sys.modules[mod_name] = mock.Mock()
2222

0 commit comments

Comments
 (0)