mirror of
https://github.com/ManimCommunity/manim.git
synced 2026-06-22 10:01:47 +00:00
Compare commits
3 commits
main
...
docs-py-3.
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
89c3448e33 |
||
|
|
ecbe51b5ff |
||
|
|
fdf8aba8ed |
1 changed files with 8 additions and 2 deletions
|
|
@ -1,11 +1,17 @@
|
|||
version: 2
|
||||
build:
|
||||
image: latest
|
||||
os: ubuntu-22.04
|
||||
tools:
|
||||
python: "3.10"
|
||||
|
||||
apt_packages:
|
||||
- libpango1.0-dev
|
||||
- ffmpeg
|
||||
|
||||
sphinx:
|
||||
configuration: docs/source/conf.py
|
||||
|
||||
python:
|
||||
version: 3.8
|
||||
install:
|
||||
- requirements: docs/rtd-requirements.txt
|
||||
- requirements: docs/requirements.txt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue