mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 01:18:36 +02:00
16 lines
199 B
YAML
16 lines
199 B
YAML
version: 2
|
|
|
|
build:
|
|
os: "ubuntu-24.04"
|
|
tools:
|
|
python: "3.12"
|
|
apt_packages:
|
|
- doxygen
|
|
|
|
python:
|
|
install:
|
|
- requirements: docs/requirements.txt
|
|
|
|
sphinx:
|
|
configuration: docs/conf.py
|