Readthedocs 构建在读取源时失败而没有错误

Readthedocs build fails on reading sources without error

我正在为我的 python 项目使用 readthedocs 和 sphinx autobuild 以及文档。

构建 html 适用于我尝试过的每个本地环境,过去的版本也有效。以前,当出现错误时,它们是清晰且可修复的。

然而,这一次,这是失败部分的唯一输出:

Running Sphinx v1.3.5

making output directory...

loading translations [en]... done

loading pickled environment... not yet created

loading intersphinx inventory from https://docs.python.org/objects.inv...

building [mo]: targets for 0 po files that are out of date

building [readthedocs]: targets for 9 source files that are out of date

updating environment: 9 added, 0 changed, 0 removed

reading sources... [ 11%] api

reading sources... [ 22%] core

reading sources... [ 33%] core/notification

reading sources... [ 44%] core/parser

reading sources... [ 55%] core/plugin_handler

reading sources... [ 66%] index

reading sources... [ 77%] tools

reading sources... [ 88%] web

reading sources... [100%] will

然后就失败了。

密码在https://github.com/ironman5366/W.I.L.L

我仍然不知道是什么原因造成的,但是 it suddenly started working。我没有更改第一个文件或构建配置中的任何内容,所以这对我来说是个谜。

我假设是什么原因造成的。