.readthedocs.yml
# .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
# Required
version: 2
# Set the OS and Miniconda
build:
os: ubuntu-22.04
tools:
python: "mambaforge-latest"
sphinx:
configuration: documentation/source/conf.py
conda:
environment: environment.yml