lalib/.readthedocs.yml
Alexander Hess b92d871acf
Integrate readthedocs.io
We publish the docs to readthedocs.io
2024-09-10 03:12:22 +02:00

17 lines
219 B
YAML

version: 2
build:
os: ubuntu-24.04
tools:
python: "3.12"
sphinx:
configuration: docs/conf.py
fail_on_warning: true
formats: all
python:
install:
- requirements: docs/requirements.txt
- path: .