Skip to content

Commit 280c652

Browse files
authored
Add tikinter and matplotlib to autodoc_mock_imports
1 parent 2610788 commit 280c652

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: doc/source/conf.py

+2
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@
4848

4949
autodoc_mock_imports = [
5050
"h5py",
51+
"tkinter",
52+
"matplotlib"
5153
]
5254

5355
# Add any paths that contain templates here, relative to this directory.

0 commit comments

Comments
 (0)