.readthedocs.yaml: update this config

This commit is contained in:
Peter Williams 2023-03-29 13:52:41 -04:00
Родитель 397c9a8f3f
Коммит acc685bf5e
2 изменённых файлов: 16 добавлений и 10 удалений

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,10 +0,0 @@
build:
image: latest
python:
version: 3.10
pip_install: true
extra_requirements: ['docs']
# Don't build any extra formats
formats: []