mirror of
https://github.com/jeertmans/manim-slides.git
synced 2025-08-06 14:19:52 +08:00
19 lines
279 B
YAML
19 lines
279 B
YAML
version: 2
|
|
build:
|
|
os: ubuntu-22.04
|
|
tools:
|
|
python: '3.11'
|
|
apt_packages:
|
|
- libpango1.0-dev
|
|
- ffmpeg
|
|
sphinx:
|
|
builder: html
|
|
configuration: docs/source/conf.py
|
|
fail_on_warning: true
|
|
python:
|
|
install:
|
|
- method: pip
|
|
path: .
|
|
extra_requirements:
|
|
- docs
|