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

Changed to use mamba #295

Closed rayzhuca closed 7 months ago

rayzhuca commented 7 months ago

In build.tools.python in readthedocs.yml, I changed the value to mambaforge. According to the docs, https://docs.readthedocs.io/en/stable/config-file/v2.html#conda, it says it's

it’s required to specify build.tools.python to tell Read the Docs to use whether Conda or Mamba to create the environment.

Which could be the cause of the build error. I moved python=3.7 to environment.yml instead.