我正尝试在readthedocs中使用sphinx-autodoc功能,但是因为有一些导入没有找到,所以我遇到了错误。(参见我的错误日志http://readthedocs.org/builds/pyramidal/231348/)。
解决方案似乎位于这里:http://read-the-docs.readthedocs.org/en/latest/faq.html?highlight=virtualenv#my-project-isn-t-building-with-autodoc,我被告知“启用virtualenv特性”。然而,我不确定这是什么意思,在readthedocs文档中搜索virtualenv没有任何帮助。我知道virtualenv是什么,但我不确定应用程序如何可能帮助解决这个问题,以及启用此virtualenv功能的选项位于何处。
以前有没有人遇到过这个问题?
发布于 2012-12-07 04:46:33
这是几个月后的事了,但virtualenv功能在您的项目设置下(Project Admin->Edit)。向下滚动并选中"Use virtualenv“复选框
https://stackoverflow.com/questions/12048281
复制相似问题