Skip to content

Commit cb0a441

Browse files
authored
Merge pull request #73 from bobleesj/patch-3
Add tkinter and matplotlib to autodoc_mock_imports to render API Doc via Linux CI
2 parents 2610788 + 8ee9836 commit cb0a441

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: doc/source/conf.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,7 @@
4646
"m2r",
4747
]
4848

49-
autodoc_mock_imports = [
50-
"h5py",
51-
]
49+
autodoc_mock_imports = ["h5py", "tkinter", "matplotlib"]
5250

5351
# Add any paths that contain templates here, relative to this directory.
5452
templates_path = ["_templates"]

0 commit comments

Comments
 (0)