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
There might be a read permissions error somewhere on the runners. I previously have not had any issues building my documentation on readtehdocs, but starting today I've been getting read errors from the sphinx-autoapi extension.
I made a few changes to my package but did not change anything about the documentation build/configuration, so I expected the documentation to build normally, but it did not. I also built the documentation successfully locally, so I did not expect to have errors on readthedocs.
Actual Result
I am getting errors saying Unable to read file and [autoapi.not_readable] for every file in my package. I do not get these errors locally. This results in an overall failed build on readthedocs.
What I tried:
using two different older versions of sphinx-autoapi, which did not fix the issue.
using chmod -R a+r ./* in build.jobs.pre_build to make all files/folders have read permissions, but that didn't work.
rebuilding a previously successful branch without making any modifications to the files, this now gives the same error I'm seeing on all my other branches, even though it was previously successful
I cannot find any good documentation online for someone who has dealt with this same error. Hoping this is a bug someone can help me fix so I can get my documentation building again.
The text was updated successfully, but these errors were encountered:
Details
Expected Result
There might be a read permissions error somewhere on the runners. I previously have not had any issues building my documentation on readtehdocs, but starting today I've been getting read errors from the
sphinx-autoapi
extension.I made a few changes to my package but did not change anything about the documentation build/configuration, so I expected the documentation to build normally, but it did not. I also built the documentation successfully locally, so I did not expect to have errors on readthedocs.
Actual Result
I am getting errors saying
Unable to read file
and[autoapi.not_readable]
for every file in my package. I do not get these errors locally. This results in an overall failed build on readthedocs.What I tried:
sphinx-autoapi
, which did not fix the issue.chmod -R a+r ./*
inbuild.jobs.pre_build
to make all files/folders have read permissions, but that didn't work.I cannot find any good documentation online for someone who has dealt with this same error. Hoping this is a bug someone can help me fix so I can get my documentation building again.
The text was updated successfully, but these errors were encountered: