From a1dcc36b633034d290b9e8e325de2625ee0584f8 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 | 13 +++++++------ 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 8b1a533e..0965a306 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: mambaforge-22.9 + sphinx: configuration: doc/source/conf.py python: diff --git a/environment.yml b/environment.yml index 254be8bd..9fb16968 100644 --- a/environment.yml +++ b/environment.yml @@ -3,7 +3,7 @@ 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 @@ -11,9 +11,9 @@ dependencies: - backoff==2.2.1 - branca==0.5.0 - earthengine-api==0.1.328 - - earthranger-client + - gdal - geopandas==0.10.2 - - ipywidgets==8.0.2 + - ipywidgets - jinja2==3.1.2 - jupyterlab==3.5.0 - mapclassify==2.4.3 @@ -21,7 +21,7 @@ dependencies: - networkx==2.7.1 - numba==0.56.3 - numexpr==2.8.3 - - numpy==1.21.6 + - numpy - pandas==1.3.5 - plotly==5.10.0 - pre-commit==2.20.0 @@ -37,9 +37,9 @@ dependencies: - rasterio==1.2.10 - scikit-image==0.19.2 - scikit-learn==1.0.2 - - scipy==1.7.3 + - scipy - selenium==4.5.0 - - shapely==1.8.2 + - shapely==2.0.2 - sphinx==5.3.0 - tqdm==4.64.1 - xyzservices==2022.9.0 @@ -48,4 +48,5 @@ dependencies: - nbsphinx - nbsphinx-multilink - sphinx-autoapi + - earthranger-client