Christophe Paccolat

Results 1 issues of Christophe Paccolat

Importing 3rd party libraries/modules, requires those be mocked to avoid raising `ModuleNotFoundError` when using sphinx. One possibility is to use mock.Mock() as suggested in https://github.com/alex-rudakov/sphinx-argparse/issues/87 or https://github.com/readthedocs/readthedocs.org/issues/4855. One caveat is...