AMBER/.readthedocs.yaml
Jakob Lass 1ab444f08c
All checks were successful
Gitea Actions Demo / build_test (3.13.3) (push) Successful in 10s
Gitea Actions Demo / release-test (push) Successful in 1s
Update os requirement
2025-04-11 14:18:30 +02:00

20 lines
420 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-lts-latest
tools:
python: "3.13"
# Build documentation in the "docs/" directory with Sphinx
sphinx:
configuration: source/conf.py
python:
install:
- requirements: source/requirements.txt