add redis to readthedocs container

This commit is contained in:
Ariel Rin 2022-03-01 07:40:15 +00:00
parent 9b74fb4dbd
commit c377bcec5f

View File

@ -8,6 +8,8 @@ version: 2
# Set the version of Python and other tools you might need
build:
os: ubuntu-20.04
apt_packages:
- redis
tools:
python: "3.10"