2022-10-12 14:19:53 +00:00
|
|
|
# .readthedocs.yaml
|
|
|
|
# Read the Docs configuration file
|
|
|
|
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
|
|
|
|
|
|
|
|
|
|
|
|
build:
|
|
|
|
image: latest
|
|
|
|
|
|
|
|
# Optionally build your docs in additional formats such as PDF
|
|
|
|
formats: []
|
|
|
|
|
|
|
|
python:
|
|
|
|
pip_install: true
|
2022-10-19 14:31:33 +00:00
|
|
|
version: 3.10
|
2022-10-12 14:19:53 +00:00
|
|
|
extra_requirements:
|
|
|
|
- docs
|