summaryrefslogtreecommitdiff
path: root/.readthedocs.yml
blob: 4030bc31784441865058ac2117cad9375bba916e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# SPDX-FileCopyrightText: 2014 MicroPython & CircuitPython contributors (https://github.com/adafruit/circuitpython/graphs/contributors)
#
# SPDX-License-Identifier: MIT

# .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

version: 2

python:
    version: 3
    install:
        - requirements: docs/requirements.txt