Compare commits

...

3 commits

Author SHA1 Message Date
Jan-Hendrik Müller
89c3448e33
try 3.10 2023-01-12 09:51:33 +00:00
Jan-Hendrik Müller
ecbe51b5ff
fix syntax 2023-01-05 18:34:37 +00:00
Jan-Hendrik Müller
fdf8aba8ed
Update .readthedocs.yml 2023-01-05 18:18:19 +00:00

View file

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