.readthedocs.yaml: modernize this

This commit is contained in:
Peter Williams 2023-12-02 12:06:43 -05:00
Родитель 1f737a779f
Коммит 2eb6d9951c
2 изменённых файлов: 16 добавлений и 15 удалений

16
.readthedocs.yaml Normal file
Просмотреть файл

@ -0,0 +1,16 @@
version: 2
build:
os: ubuntu-22.04
tools:
python: "3.10"
sphinx:
configuration: docs/conf.py
python:
install:
- method: pip
path: .
extra_requirements:
- docs

Просмотреть файл

@ -1,15 +0,0 @@
version: 2
build:
image: latest
python:
version: 3.7
install:
- method: pip
path: .
extra_requirements:
- docs
# Don't build any extra formats
formats: []