Add initial documentation
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 synthetic data tutorial
Add read the docs setup
This commit is contained in:
Jakob Lass
2025-04-11 14:02:35 +02:00
parent 1dee498b38
commit 682c9aeac9
9 changed files with 833 additions and 9 deletions

19
.readthedocs.yaml Normal file
View File

@ -0,0 +1,19 @@
# 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