Sphinx automodule works offline but not through readthedocs.org

独自空忆成欢 提交于 2019-12-11 17:52:46

问题


I cant seem to get ReadTheDocs to show a any module's :members:, for instance in my local html i get:

MODULE
module.Beta(r, theta, beta)
    evaluates Beta at point

but after pushing to github the readthedocs doc only says:

MODULE

No error appears and when I build it to html locally it runs without warnings.

Any hints would be greatly appreciated!


回答1:


Check your Build logs in readthedocs.org dashboard.

Most likely you are using third party packages which fail to import on readthedocs.org because you are not providing correct requirements.txt file.

Please see FAQ here.



来源:https://stackoverflow.com/questions/54218699/debug-logging-info-for-build-process-on-readthedocs-org

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!