mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-16 18:52:25 +01:00
14 lines
181 B
YAML
14 lines
181 B
YAML
version: 2
|
|
|
|
python:
|
|
install:
|
|
- path: docs
|
|
extra_requirements:
|
|
- docs
|
|
build:
|
|
os: ubuntu-22.04
|
|
tools:
|
|
python: "3.11"
|
|
sphinx:
|
|
configuration: docs/conf.py
|