Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RTD Build Fix #133

Merged
merged 14 commits into from
Jul 11, 2024
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ The rules for this file:

### Fixed
<!-- Bug fixes -->
- Updated mambaforge version in `readthedocs.yaml` (Issue #132, PR #133)
- Switched deprecated pkg_resources to use importlib (PR #122, Issue #121)
- Fixed pypi_check with lowercase (PR #118, Issue #112)
- Fixed ModuleNotFound after installation (Issue #113, PR #115)
Expand Down
2 changes: 1 addition & 1 deletion readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "mambaforge-4.10"
python: "mambaforge-23.11"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the update @ljwoods2, 4.10 is quite old! I worry that old versions could continue to be problematic in the future though, until we reactively update the version in the pins, and doesn't help existing MDAKits. How about switching to mambaforge-latest so it stays up-to-date?


conda:
environment: docs/requirements.yaml
Loading