FileNotFoundError: Path does not exist:
/home/travis/build/pcdshub/lcls-twincat-pmps/Solution Items
/home/travis/build/pcdshub/lcls-twincat-pmps/Solution Items missing
Upon opening the project I notice a "Solution Items" top-level folder that contains ".gitattributes" and ".gitignore". Upon trying to view either of these files, I am told that they do not exist.
I remove this folder from the solution (no option to delete, since it doesn't actually exist), and as a result the solution file changes like in this diff.
The .gitattributes and .gitignore files still exist in the repo and are active.
The docs build hopefully succeeds now that it isn't stuck looking for a missing folder.
In all pull requests, the docs build fails on:
Upon opening the project I notice a "Solution Items" top-level folder that contains ".gitattributes" and ".gitignore". Upon trying to view either of these files, I am told that they do not exist.
I remove this folder from the solution (no option to delete, since it doesn't actually exist), and as a result the solution file changes like in this diff.
The .gitattributes and .gitignore files still exist in the repo and are active.
The docs build hopefully succeeds now that it isn't stuck looking for a missing folder.