2022-08-04 03:21:28 -07:00
|
|
|
# SPDX-FileCopyrightText: 2022 James R. Barlow
|
|
|
|
# SPDX-License-Identifier: MPL-2.0
|
|
|
|
|
2021-06-10 00:21:11 -07:00
|
|
|
# Read the Docs configuration file
|
|
|
|
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
|
|
|
|
|
|
|
|
# Required
|
|
|
|
version: 2
|
|
|
|
|
|
|
|
# Build documentation in the docs/ directory with Sphinx
|
|
|
|
sphinx:
|
|
|
|
configuration: docs/conf.py
|
|
|
|
|
|
|
|
# Optionally set the version of Python and requirements required to build your docs
|
2022-08-06 03:05:12 -07:00
|
|
|
build:
|
|
|
|
os: ubuntu-22.04
|
|
|
|
tools:
|
2023-11-21 00:46:00 -08:00
|
|
|
python: "3.10"
|
2022-08-06 03:05:12 -07:00
|
|
|
|
2021-06-10 00:21:11 -07:00
|
|
|
python:
|
|
|
|
install:
|
|
|
|
- method: pip
|
|
|
|
path: .
|
|
|
|
extra_requirements:
|
|
|
|
- docs
|