From 65c9942bb84d267675b98f882d13a6d2f2b941a9 Mon Sep 17 00:00:00 2001 From: Jeff Epler Date: Thu, 6 Feb 2025 10:08:32 -0600 Subject: [PATCH] add readthedocs conf --- .readthedocs.yaml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..edee9d5 --- /dev/null +++ b/.readthedocs.yaml @@ -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