Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add CI check for downstream doc building (#4)
* Add CI check for downstream doc building * we don't need to test python 3.9 or on windows IMHO * bump ci * test dirs * forgot to include other repo * messed up path to env * need env name since we don't have one in yaml * move path debugging before we try and install env * yaml not yml (thanks windows) * just use what is in our doc env like RTD does, also don't need a matrix * it would be best to not do a dev install since we don't on RTD * make sure we remove the version we installed from the yaml * bump CI * fixing unintall CI step * moving theme files to main dir * updating html_theme_path to match new dir structure * Revert "moving theme files to main dir" This reverts commit 6637355. * Revert "updating html_theme_path to match new dir structure" This reverts commit 8f32fe9. * add package data paths to toml * add data paths to manifest instead * recursive include in manifest * add python -m for safety Co-authored-by: Irfan Alibay <IAlibay@users.noreply.github.com> --------- Co-authored-by: Alyssa Travitz <atravitz@umich.edu> Co-authored-by: Alyssa Travitz <31974495+atravitz@users.noreply.github.com> Co-authored-by: Irfan Alibay <IAlibay@users.noreply.github.com>
- Loading branch information