Merge pull request #11 from adafruit/rtd-config
Some checks failed
Pip / build (ubuntu-24.04-arm, 3.11) (push) Has been cancelled
Pip / build (ubuntu-24.04-arm, 3.12) (push) Has been cancelled
Pip / build (ubuntu-24.04-arm, 3.13) (push) Has been cancelled
pre-commit / pre-commit (push) Has been cancelled
Wheels / Build SDist (push) Has been cancelled
Wheels / Wheels on ubuntu-24.04-arm (push) Has been cancelled
Wheels / Upload release (push) Has been cancelled

add readthedocs conf
This commit is contained in:
Jeff Epler 2025-02-06 10:11:22 -06:00 committed by GitHub
commit 2cd187da15
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

28
.readthedocs.yaml Normal file
View file

@ -0,0 +1,28 @@
# SPDX-FileCopyrightText: 2021 Melissa LeBlanc-Williams for Adafruit Industries
#
# SPDX-License-Identifier: Unlicense
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
# Required
version: 2
submodules:
include: all
build:
os: ubuntu-lts-latest
tools:
python: "3"
python:
install:
- method: pip
path: .
extra_requirements:
- docs
sphinx:
# Path to your Sphinx configuration file.
configuration: docs/conf.py