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