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 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