Prajeesh Ag

Results 2 comments of Prajeesh Ag

I have a similar situation where I need to mock many imports. I used `sphinx.ext.autodoc.mock` to solve this issue. Please have a look at #120. This way one needs only...

Hi @peytondmurray, Thanks for your interest in merging mocking capability. Yes, `autodoc_mock_modules` can be used directly, and I don't see any need for a separate list. I don't remember why...