mirror of
https://github.com/jeertmans/manim-slides.git
synced 2025-05-17 18:55:53 +08:00

* chore(dev): move dev-dependencies inside dependency-groups * fix(ci): ci was not broken
19 lines
415 B
YAML
19 lines
415 B
YAML
version: 2
|
|
build:
|
|
os: ubuntu-22.04
|
|
tools:
|
|
python: '3.11'
|
|
apt_packages:
|
|
- libpango1.0-dev
|
|
- ffmpeg
|
|
jobs:
|
|
post_create_environment:
|
|
- asdf plugin add uv
|
|
- asdf install uv latest
|
|
- asdf global uv latest
|
|
- UV_PROJECT_ENVIRONMENT=$READTHEDOCS_VIRTUALENV_PATH uv sync --group docs --no-dev --no-cache
|
|
sphinx:
|
|
builder: html
|
|
configuration: docs/source/conf.py
|
|
fail_on_warning: true
|