From 6a4e5c07cc99767a02e01176a7007fa650671e2c Mon Sep 17 00:00:00 2001 From: Duncan Watson-Parris Date: Fri, 11 Aug 2023 04:51:44 +0100 Subject: [PATCH 1/2] Create .readthedocs.yaml --- .readthedocs.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 00000000..c4752a61 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,22 @@ +# .readthedocs.yaml +# Read the Docs configuration file +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details + +# Required +version: 2 + +# Set the version of Python and other tools you might need +build: + os: ubuntu-22.04 + tools: + python: "3.9" + +# Build documentation in the docs/ directory with Sphinx +sphinx: + configuration: docs/conf.py + +# We recommend specifying your dependencies to enable reproducible builds: +# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html +# python: +# install: +# - requirements: docs/requirements.txt From 1deee0e247386a83b6e94f17a6edce4aa918b113 Mon Sep 17 00:00:00 2001 From: Duncan Watson-Parris Date: Fri, 11 Aug 2023 22:55:02 +0100 Subject: [PATCH 2/2] Update conda_requirements.txt to help conda resolve --- conda_requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/conda_requirements.txt b/conda_requirements.txt index 3f5b3f49..93b781c7 100644 --- a/conda_requirements.txt +++ b/conda_requirements.txt @@ -2,10 +2,10 @@ # $ conda create --name --file # Python dependencies -cf-units>=3.0.0 -matplotlib>=3.1.0 -numpy>=1.10 -iris>=2.0.0 +cf-units +matplotlib +numpy +scitools-iris scipy pandas six @@ -13,7 +13,7 @@ six # IO Dependencies hdf4 hdf5 -pyhdf>=0.9.0 +pyhdf libnetcdf netcdf4 zlib