Skip to content

Commit

Permalink
chore: fix docs compilation.
Browse files Browse the repository at this point in the history
  • Loading branch information
enlivn committed Oct 26, 2023
1 parent d3bfe01 commit f5f5b7b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
5 changes: 3 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
version: 2
build:
os: ubuntu-20.04
os: ubuntu-22.04
tools:
python: mambaforge-4.10
python: mambaforge-22.9

sphinx:
configuration: doc/source/conf.py
python:
Expand Down
10 changes: 6 additions & 4 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ channels:
- conda-forge
dependencies:
- python==3.10.12 # Fixed to mirror version on Google Colab
- pip==22.3
- pip==23.3.1
- git==2.38.1
- affine==2.3.1
- astroplan==0.8
- astropy==4.3.1
- backoff==2.2.1
- branca==0.5.0
- earthengine-api==0.1.328
- earthranger-client
- gdal==1.11.4
- geopandas==0.10.2
- ipywidgets==8.0.2
- ipywidgets==7.8.0
- jinja2==3.1.2
- jupyterlab==3.5.0
- mapclassify==2.4.3
Expand All @@ -37,15 +37,17 @@ dependencies:
- rasterio==1.2.10
- scikit-image==0.19.2
- scikit-learn==1.0.2
- scipy==1.7.3
- scipy==1.9.3
- selenium==4.5.0
- shapely==1.8.2
- sphinx==5.3.0
- tqdm==4.64.1
- xyzservices==2022.9.0
- pip:
- pip
- coverage[toml]
- nbsphinx
- nbsphinx-multilink
- sphinx-autoapi
- earthranger-client

0 comments on commit f5f5b7b

Please sign in to comment.