From 6c7a028857291bd36365c8e20f020b4af059fe19 Mon Sep 17 00:00:00 2001 From: Ray R Date: Wed, 25 Oct 2023 17:24:53 -0700 Subject: [PATCH] chore: fix docs compilation. --- .readthedocs.yaml | 5 +++-- environment.yml | 7 ++++--- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 8b1a533e..d79cfbef 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,8 +1,9 @@ version: 2 build: - os: ubuntu-20.04 + os: ubuntu-22.04 tools: - python: mambaforge-4.10 + python: Miniforge3-23.3.1-0 + sphinx: configuration: doc/source/conf.py python: diff --git a/environment.yml b/environment.yml index 254be8bd..135c5cb0 100644 --- a/environment.yml +++ b/environment.yml @@ -11,9 +11,8 @@ dependencies: - backoff==2.2.1 - branca==0.5.0 - earthengine-api==0.1.328 - - earthranger-client - geopandas==0.10.2 - - ipywidgets==8.0.2 + - ipywidgets==7.8.0 - jinja2==3.1.2 - jupyterlab==3.5.0 - mapclassify==2.4.3 @@ -37,15 +36,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