.readthedocs.yaml: update this config
This commit is contained in:
Родитель
397c9a8f3f
Коммит
acc685bf5e
|
@ -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: []
|
Загрузка…
Ссылка в новой задаче