Skip to content

Commit 1ce45b1

Browse files
committed
Add tqdm to mocking for docs.
1 parent f8231e5 commit 1ce45b1

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
@@ -19,7 +19,7 @@
1919

2020
MOCK_MODULES = [
2121
'scipy', 'scipy.stats','numpy', 'numpy.linalg', 'numpy.random',
22-
'matplotlib.pyplot', 'matplotlib','matplotlib.transforms',
22+
'matplotlib.pyplot', 'matplotlib','matplotlib.transforms', 'tqdm',
2323
'mpl_toolkits.axes_grid1', 'dill', 'multiprocess','prompt_toolkit',
2424
'prompt_toolkit.token', 'prompt_toolkit.styles','prompt_toolkit.validation']
2525
for mod_name in MOCK_MODULES:

0 commit comments

Comments
 (0)