Files
tutorial-template/.readthedocs.yaml
Manuel Kaufmann 4dc74175cc Use a YAML file and Python requirements
The `.readthedocs.yaml` file is now required.

Besdies, we are not installing the Read the Docs Sphinx theme by default.
Due to that, we need to manually install it via `requirements.txt`
2023-08-16 17:17:20 +02:00

11 lines
132 B
YAML

version: "2"
build:
os: "ubuntu-22.04"
tools:
python: "3.10"
python:
install:
- requirements: docs/requirements.txt