mirror of
https://github.com/ManimCommunity/manim.git
synced 2026-06-22 10:01:47 +00:00
19 lines
313 B
YAML
19 lines
313 B
YAML
version: 2
|
|
build:
|
|
os: ubuntu-22.04
|
|
tools:
|
|
python: "3.10"
|
|
|
|
apt_packages:
|
|
- libpango1.0-dev
|
|
- ffmpeg
|
|
|
|
sphinx:
|
|
configuration: docs/source/conf.py
|
|
|
|
python:
|
|
install:
|
|
- requirements: docs/rtd-requirements.txt
|
|
- requirements: docs/requirements.txt
|
|
- method: pip
|
|
path: .
|