2023-06-02 22:27:44 -07:00
|
|
|
# Read the Docs configuration file
|
|
|
|
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
|
|
|
|
|
|
|
|
version: 2
|
|
|
|
|
|
|
|
build:
|
|
|
|
os: ubuntu-22.04
|
|
|
|
tools:
|
2024-11-06 02:11:55 -05:00
|
|
|
python: '3.9'
|
2023-06-02 22:27:44 -07:00
|
|
|
|
|
|
|
sphinx:
|
2024-11-06 02:11:55 -05:00
|
|
|
configuration: docs/source/conf.py
|
|
|
|
fail_on_warning: true
|
2023-06-02 22:27:44 -07:00
|
|
|
|
|
|
|
# If using Sphinx, optionally build your docs in additional formats such as PDF
|
2024-10-14 11:57:47 -07:00
|
|
|
formats: []
|
2023-06-02 22:27:44 -07:00
|
|
|
|
|
|
|
# Optionally declare the Python requirements required to build your docs
|
|
|
|
python:
|
2024-11-06 02:11:55 -05:00
|
|
|
install:
|
|
|
|
- requirements: docs/requirements-docs.txt
|