click-contrib / sphinx-click

A Sphinx plugin to automatically document click-based applications
MIT License
212 stars 57 forks source link

Add support for mocking of modules #88

Closed stephenfin closed 5 months ago

stephenfin commented 2 years ago

Add a new config option, click_mock_imports, that can be used to list modules that should be mocked when building documentation. This is not expected to be widely used but can help some users out of a hole.

stephenfin commented 5 months ago

Done in #129