Skip to content

Commit

Permalink
Merge pull request #73 from bobleesj/patch-3
Browse files Browse the repository at this point in the history
Add tkinter and matplotlib to autodoc_mock_imports to render API Doc via Linux CI
  • Loading branch information
sbillinge authored Dec 10, 2024
2 parents 2610788 + 8ee9836 commit cb0a441
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@
"m2r",
]

autodoc_mock_imports = [
"h5py",
]
autodoc_mock_imports = ["h5py", "tkinter", "matplotlib"]

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

0 comments on commit cb0a441

Please sign in to comment.