https://github.com/ESMValGroup/ESMValTool
Raw File
Tip revision: 844c0f379636a5319838edf24b6ffb00a94836c3 authored by Nick Savage on 24 June 2022, 09:36:03 UTC
Merge branch 'main' into recipe_GCM_RCM
Tip revision: 844c0f3
.readthedocs.yaml
# .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-20.04
  tools:
    python: "3.10"

# Build documentation in the docs/sphinx/source directory with Sphinx
sphinx:
   configuration: doc/sphinx/source/conf.py

# If using Sphinx, optionally build your docs in additional formats such as PDF
formats:
   - pdf

# Optionally declare the Python requirements required to build your docs
python:
   install:
   - requirements: doc/sphinx/source/requirements.txt
back to top