2019-10-07 16:57:00 -07:00
|
|
|
# .readthedocs.yml
|
|
|
|
# Read the Docs configuration file
|
|
|
|
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
|
2019-01-15 20:14:19 -05:00
|
|
|
|
2019-10-07 16:57:00 -07:00
|
|
|
# Required
|
|
|
|
version: 2
|
|
|
|
|
2021-10-27 20:44:25 -07:00
|
|
|
build:
|
2024-04-08 01:15:59 +05:30
|
|
|
os: "ubuntu-22.04"
|
2021-10-27 20:44:25 -07:00
|
|
|
tools:
|
2024-04-29 14:19:46 -07:00
|
|
|
python: "3.10"
|
2021-10-27 20:44:25 -07:00
|
|
|
|
2019-10-07 16:57:00 -07:00
|
|
|
# Build documentation in the docs/ directory with Sphinx
|
|
|
|
sphinx:
|
|
|
|
configuration: docs/conf.py
|
2021-02-23 13:21:06 -08:00
|
|
|
fail_on_warning: true
|
2019-01-16 09:45:25 -05:00
|
|
|
|
2019-10-07 16:57:00 -07:00
|
|
|
# Optionally build your docs in additional formats such as PDF and ePub
|
|
|
|
formats:
|
|
|
|
- htmlzip
|
|
|
|
|
|
|
|
# Optionally set the version of Python and requirements required to build your docs
|
|
|
|
python:
|
|
|
|
install:
|
|
|
|
- requirements: docs/requirements.txt
|