Skip to content

Commit 3366964

Browse files
behacklnaveen521kk
andauthored
Upgrade ReadTheDocs build environment to use newer image (ManimCommunity#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 <[email protected]>
1 parent 820bfc7 commit 3366964

File tree

2 files changed

+1516
-1184
lines changed

2 files changed

+1516
-1184
lines changed

.readthedocs.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
version: 2
22
build:
3-
image: latest
3+
os: ubuntu-22.04
4+
5+
tools:
6+
python: "3.10"
7+
48
apt_packages:
59
- libpango1.0-dev
610
- ffmpeg
11+
- graphviz
12+
713
python:
8-
version: 3.8
914
install:
1015
- requirements: docs/rtd-requirements.txt
1116
- requirements: docs/requirements.txt

0 commit comments

Comments
 (0)