2024-03-27 14:13:32 -06:00
|
|
|
# Read the Docs configuration file
|
|
|
|
|
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
|
|
|
|
|
|
|
|
|
|
version: 2
|
|
|
|
|
|
|
|
|
|
sphinx:
|
|
|
|
|
configuration: docs/conf.py
|
|
|
|
|
|
2024-11-07 17:25:21 -05:00
|
|
|
formats: [htmlzip]
|
2024-03-27 14:13:32 -06:00
|
|
|
|
|
|
|
|
python:
|
|
|
|
|
install:
|
|
|
|
|
- requirements: docs/sphinx/requirements.txt
|
|
|
|
|
|
|
|
|
|
build:
|
|
|
|
|
os: ubuntu-22.04
|
|
|
|
|
tools:
|
2024-11-07 17:25:21 -05:00
|
|
|
python: "3.10"
|