Skip to content

Commit

Permalink
Merge pull request #21 from csdms/mdpiper/fix-docs-build
Browse files Browse the repository at this point in the history
Fix docs build
  • Loading branch information
mdpiper authored Dec 15, 2023
2 parents 4ae47e8 + 1e22cc6 commit f96b5a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.11"
python: "mambaforge-22.9"

conda:
environment: environment.yml

sphinx:
builder: html
Expand All @@ -12,7 +15,5 @@ sphinx:

python:
install:
- requirements: docs/source/requirements.txt
- method: pip
path: .
system_packages: false
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: geotiff
channels:
- conda-forge
dependencies:
- python =3
- python >=3.9
- pip
- pyyaml
- rioxarray
Expand Down

0 comments on commit f96b5a6

Please sign in to comment.