fix: readthedocs config file

This commit is contained in:
Raphaël Vinot 2024-07-19 14:31:19 +02:00
parent b9150270d6
commit af8f83677b

View file

@ -1,14 +1,14 @@
version: 2 version: 2
build:
os: "ubuntu-22.04"
tools:
python: "3"
python: python:
version: 3.8
install: install:
- method: pip - method: pip
path: . path: .
extra_requirements: extra_requirements:
- docs - docs
build:
image: latest
formats: all formats: all