Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -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
10 changes: 5 additions & 5 deletions conda_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
# $ conda create --name <env> --file <this 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

# IO Dependencies
hdf4
hdf5
pyhdf>=0.9.0
pyhdf
libnetcdf
netcdf4
zlib
Expand Down