mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-16 10:42:25 +01:00
17 lines
226 B
YAML
17 lines
226 B
YAML
version: 2
|
|
|
|
python:
|
|
install:
|
|
- path: docs
|
|
extra_requirements:
|
|
- docs
|
|
build:
|
|
os: ubuntu-22.04
|
|
apt_packages:
|
|
- doxygen
|
|
- graphviz
|
|
tools:
|
|
python: "3.11"
|
|
sphinx:
|
|
configuration: docs/conf.py
|