diff --git a/CHANGELOG.md b/CHANGELOG.md index 14c5705..1dbc730 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,6 +42,7 @@ The rules for this file: ### Fixed +- 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) diff --git a/readthedocs.yaml b/readthedocs.yaml index ff7f71c..fc241e5 100644 --- a/readthedocs.yaml +++ b/readthedocs.yaml @@ -5,7 +5,7 @@ version: 2 build: os: ubuntu-22.04 tools: - python: "mambaforge-4.10" + python: "mambaforge-latest" conda: environment: docs/requirements.yaml