From b5616cdb63145b9139e45d2d0653f586ae639fac Mon Sep 17 00:00:00 2001 From: ljwoods2 <145226270+ljwoods2@users.noreply.github.com> Date: Wed, 10 Jul 2024 23:42:35 -0700 Subject: [PATCH] RTD Build Fix (#133) * reponame vs packagename fix * added test and tweaked version determination * linting * linting * linting * debugging github actions- is pip installing into correct env within test? * remove redundant tests * Authors + Changelog + Removed unused import * version change * changelog * undo forked changes * dynamic version --------- Co-authored-by: Lily Wang <31115101+lilyminium@users.noreply.github.com> --- CHANGELOG.md | 1 + readthedocs.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14c5705f..1dbc7307 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 ff7f71c8..fc241e56 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