Attempt update RTD config

This commit is contained in:
Matthias 2023-08-23 07:07:42 +02:00
parent 62ce96fd40
commit 9eaff301e8

View File

@ -1,8 +1,11 @@
# .readthedocs.yml # .readthedocs.yml
version: 2
build: build:
image: latest os: "ubuntu-22.04"
tools:
python: "3.11"
python: python:
version: 3.8 install:
setup_py_install: false - requirements: docs/requirements.txt