Skip to content

Commit

Permalink
Merge pull request #11 from adafruit/rtd-config
Browse files Browse the repository at this point in the history
add readthedocs conf
  • Loading branch information
jepler authored Feb 6, 2025
2 parents a857bb6 + 65c9942 commit 2cd187d
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 2cd187d

Please sign in to comment.