Update documentation for v2.9.0. Documentation might need further improvements for the next release.
Includes small change in pyproject.toml to add ruamel.yaml as a requirement. Without this, the checks fail.
Includes small change in environment.yml to add two packages required by readthedocs to build the documentation. This should not affect the code installation.
Type of change
What types of change is it?
Select the appropriate type(s) that describe this PR
[x] Bugfix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (non-backwards-compatible fix or feature)
[ ] Code style update (formatting, renaming)
[ ] Refactoring (no functional changes, no API changes)
Description and Purpose
pyproject.toml
to addruamel.yaml
as a requirement. Without this, the checks fail.environment.yml
to add two packages required by readthedocs to build the documentation. This should not affect the code installation.Type of change
What types of change is it? Select the appropriate type(s) that describe this PR
Github issues addressed, if one exists
N/A
Examples/Testing, if applicable
N/A