Fix docs build

Some dependencies like numpy are pinned to versions that do not support
Python 3.12. Python 3.10 is the latest version supported by Eland.
This commit is contained in:
Quentin Pradet 2023-11-05 22:26:52 +04:00 committed by Quentin Pradet
parent 5e5f36bdf8
commit adf0535608

View File

@ -3,7 +3,7 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3"
python: "3.10"
python:
install: