Files
tutorial-template/.readthedocs.yaml
Manuel Kaufmann be76d782b0 Use a explicit sphinx.configuration
Making this config explicit instead of realying on Read the Docs finding the
correct `conf.py` file.
2023-09-07 18:50:42 +02:00

14 lines
178 B
YAML

version: "2"
build:
os: "ubuntu-22.04"
tools:
python: "3.10"
python:
install:
- requirements: docs/requirements.txt
sphinx:
configuration: docs/source/conf.py