UC-Davis-molecular-computing / scadnano-python-package

Python scripting library for generating designs readable by scadnano.
https://scadnano.org
MIT License
13 stars 7 forks source link

Added pip packages to enviornment.yml #296

Closed rayzhuca closed 7 months ago

rayzhuca commented 7 months ago

The last pull request failed but for a completely different issue now so hopefully we are still moving forward.

The issue now is that it appears to be that some packages aren't installed when we push to readthedocs.org. In the Github action, I saw that it runs pip install sphinx sphinx_rtd_theme openpyxl before building. However, I found that nowhere else does it specify to install these packages when publishing to readthedocs.org, so I added the requirements to environment.yml.