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:
Benjamin Hackl 2023-05-05 07:38:29 +02:00 committed by GitHub
commit 33669643b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1516 additions and 1184 deletions

View file

@ -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

File diff suppressed because it is too large Load diff