Skip to content

Commit

Permalink
RTD Build Fix (#133)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
ljwoods2 and lilyminium authored Jul 11, 2024
1 parent 7e19e71 commit b5616cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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-latest"

conda:
environment: docs/requirements.yaml

0 comments on commit b5616cd

Please sign in to comment.