2022-09-21 07:58:42 -06:00
|
|
|
# .readthedocs.yaml
|
|
|
|
# Read the Docs configuration file
|
|
|
|
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
|
|
|
|
|
|
|
|
version: 2
|
|
|
|
|
|
|
|
build:
|
|
|
|
os: ubuntu-20.04
|
|
|
|
tools:
|
|
|
|
python: "3"
|
|
|
|
|
2022-09-23 17:09:46 -06:00
|
|
|
submodules:
|
|
|
|
include: all
|
|
|
|
|
2022-09-21 07:58:42 -06:00
|
|
|
sphinx:
|
2022-09-21 11:40:08 -06:00
|
|
|
configuration: conf.py
|
|
|
|
|
2022-09-23 17:09:46 -06:00
|
|
|
formats: all
|
2022-09-21 07:58:42 -06:00
|
|
|
|
|
|
|
python:
|
2022-09-21 11:40:08 -06:00
|
|
|
install:
|
|
|
|
- requirements: .readthedocs.requirements.txt
|