catch2/.readthedocs.yaml

17 lines
226 B
YAML
Raw Normal View History

2023-06-27 09:38:20 +02:00
version: 2
python:
install:
- path: docs
extra_requirements:
- docs
build:
os: ubuntu-22.04
2023-06-27 11:16:09 +02:00
apt_packages:
- doxygen
- graphviz
2023-06-27 09:38:20 +02:00
tools:
python: "3.11"
sphinx:
configuration: docs/conf.py