Sphinx autodoc在本地工作,但由于找不到导入的模块而导致readthedocs失败

时间:2019-09-06 20:43:33

标签: python-sphinx autodoc

我有带有sphinx可以在本地处理的autodocs指令的文档。

但是,readthedocs无法处理指令。我收到警告:

警告:autodoc:无法从模块“ mainmodule”中导入类“ somemodule.MyClass”;引发了以下异常:没有名为“ another_module_i_am_simply_importing”的模块

,并且没有自动文档。

为什么导入的模块(不是包的一部分)会引起问题?

0 个答案:

没有答案