mirror of
https://github.com/ManimCommunity/manim.git
synced 2026-06-22 10:01:47 +00:00
Upgrade ReadTheDocs build environment to use newer image (#3232)
* documentation: require urllib3<2.0 for now * moved version requirement to main library in pyproject.toml * constraint needed in both? * try upgrading to docbuild with python 3.10, remove restriction on urllib3 * change image -> os * fixed rtd config * explicitly added graphviz --------- Co-authored-by: Naveen M K <naveen521kk@gmail.com>
This commit is contained in:
parent
820bfc7bf0
commit
33669643b5
2 changed files with 1516 additions and 1184 deletions
|
|
@ -1,11 +1,16 @@
|
|||
version: 2
|
||||
build:
|
||||
image: latest
|
||||
os: ubuntu-22.04
|
||||
|
||||
tools:
|
||||
python: "3.10"
|
||||
|
||||
apt_packages:
|
||||
- libpango1.0-dev
|
||||
- ffmpeg
|
||||
- graphviz
|
||||
|
||||
python:
|
||||
version: 3.8
|
||||
install:
|
||||
- requirements: docs/rtd-requirements.txt
|
||||
- requirements: docs/requirements.txt
|
||||
|
|
|
|||
2683
poetry.lock
generated
2683
poetry.lock
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue