transport-accessibility/.readthedocs.yaml
Johannes Randerath 4d1fd299b0 Fixed ReadTheDocs
2024-06-03 21:45:21 +02:00

24 lines
342 B
YAML

# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
version: 0.1
build:
os: fedora-40
tools:
python: "3.12.3"
sphinx:
configuration: docs/source/conf.py
formats:
- pdf
- epub
- html
python:
install:
- requirements: requirements.txt