简体   繁体   中英

Read The Docs build failing without errors?

I recently started using Read The Docs and everything has gone very smoothly. Today I tried building a development branch of my project on Read The Docs. The build failed. After a few hours of debugging I switched back to the unchanged master branch and tried building again. The build failed. I do not understand why or how the master branch bulit successfully yesterday, yet today its build fails.

Here's is the traceback I get on my Builds page:

Error

sphinx/conf.py.conf

This is followed by two commands, both of which appear to have succeeded. To debug this, I looked at other Read The Docs projects and I see many which built successfully for weeks, only to fail today with the same error. The interesting thing about this error is it provides no tangible source. Many other projects have ImportError s or other errors of a more concrete nature. If I'm not being clear about how vague this error is, here's an image of the page:

在此处输入图片说明

Both commands appear to have succeeded. I do not provide my own conf.py , nor do I provide a conf.py.conf (though I don't know what that file even is, despite my google-fu), nor have I ever provided any configuration files . I've always let Read The Docs automatically generate everything it needs.

My project built yesterday. I did not change source in any way. Today, it will not build. How can I fix this?

Try to force the path of the conf.py file (Admin -> Advanced settings):

在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM