Convert readthedocs config to v2 (#505)

This commit is contained in:
Teemu R
2023-08-28 17:43:12 +02:00
committed by GitHub
parent fad6ae5d10
commit 0cb6f21d36

View File

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