pcdshub / lcls-twincat-pmps

Photon Machine Protection System (PMPS) TwinCAT library for LCLS-II
https://pcdshub.github.io/lcls-twincat-pmps
Other
2 stars 7 forks source link

MNT: remove defunct solution items dir conflicting with docs build #92

Closed ZLLentz closed 3 years ago

ZLLentz commented 3 years ago

In all pull requests, the docs build fails on:

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.

ZLLentz commented 3 years ago

Autodoc passes now! https://travis-ci.com/github/pcdshub/lcls-twincat-pmps/jobs/503758911