AMBER/.readthedocs.yaml
Jakob Lass 682c9aeac9
All checks were successful
Gitea Actions Demo / build_test (3.13.3) (push) Successful in 11s
Gitea Actions Demo / release-test (push) Successful in 1s
Add initial documentation
Add synthetic data tutorial
Add read the docs setup
2025-04-11 14:02:35 +02:00

20 lines
407 B
YAML

# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
# Required
version: 2
# Set the OS, Python version, and other tools you might need
build:
os: ubuntu
tools:
python: "3.13"
# Build documentation in the "docs/" directory with Sphinx
sphinx:
configuration: source/conf.py
python:
install:
- requirements: docs/requirements.txt