You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is consistent with RTD not setting up our project correctly.
I created #2796 to check if these failures were due to changes I made in #2795, and it seems like the answer to that is "no", so something must have changed about the build process.
Does anyone have ideas for why the docs builds are failing, and how we might fix it?
The text was updated successfully, but these errors were encountered:
I diffed the last passing build log, and first failing build log, and differences in dependencies being installed are:
astroid (looks like we're now picking up an alpha release!)
beautifulsoup4 (a micro version bump)
So I'd suggest a good next debugging step would be pinning astroid<4 and see if that works? If it does it's something that eventually needs fixing upstream in sphinx-autoapi, because that's where it's being pulled as a dependency.
I noticed in #2795 that the docs builds were failing. The error messages look like this:
This is consistent with RTD not setting up our project correctly.
I created #2796 to check if these failures were due to changes I made in #2795, and it seems like the answer to that is "no", so something must have changed about the build process.
Does anyone have ideas for why the docs builds are failing, and how we might fix it?
The text was updated successfully, but these errors were encountered: