2021-12-18 20:44:54 +00:00
|
|
|
# .readthedocs.yaml
|
|
|
|
# Read the Docs configuration file
|
|
|
|
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
|
|
|
|
|
|
|
|
# Required
|
|
|
|
version: 2
|
|
|
|
|
|
|
|
build:
|
2023-10-07 21:33:27 +00:00
|
|
|
os: ubuntu-22.04
|
2021-12-18 20:44:54 +00:00
|
|
|
tools:
|
2023-10-07 21:33:27 +00:00
|
|
|
python: "3.11"
|
2021-12-18 20:44:54 +00:00
|
|
|
|
|
|
|
sphinx:
|
|
|
|
configuration: manual/conf.py
|
|
|
|
|
2021-12-18 20:59:04 +00:00
|
|
|
formats: all
|
2021-12-18 20:44:54 +00:00
|
|
|
|
|
|
|
sphinx:
|
|
|
|
fail_on_warning: true
|
2023-10-07 21:33:27 +00:00
|
|
|
|
|
|
|
python:
|
|
|
|
install:
|
|
|
|
- requirements: manual/requirements.txt
|