-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some builds fail with: cannot import name 'Signature'
#3734
Comments
For others, I had this issue with |
Setting the sphinx version to |
This looks to be something upstream with Sphinx. The exception is on an import to a Sphinx module, from a Sphinx module. I'd raise with them if the problem exists in latest Sphinx. You can also try wiping your build environment in the case that there are old files present. |
@agjohnson how can I wipe the build environment in RTD? I've already tried both with and without a virtualenv but that made no difference. |
Any updates on this? I don't fancy having to pin-down sphinx version just to allow RTD to succeed doing the build. |
@stsewd Thanks! Finally after using the magic wipe button, I was able to successfully build it. Does this also means that we could try to use newer versions of sphinx like 1.7.1 without problems on RTD? |
It seems that RTD triggers two builds when I push to master and one of them is failing with the Signature error. Look at https://readthedocs.org/projects/jira/builds/ If I cleanup and retrigger the build from RTD web interface it does succeed. I already spend more than half of the weekend trying to make RTF behave,... and still out of luck :( |
@ssbarnea there are two builds probably because you have activate two versions: |
Seems this is not an issue anymore. Closing. |
Details
Expected Result
A successful build
Actual Result
Note that building the same project again usually succeeds as can be seen in the build log: https://readthedocs.org/projects/progressbar-2/builds/
The text was updated successfully, but these errors were encountered: