summaryrefslogtreecommitdiffstats
path: root/tinyusb/.readthedocs.yaml
blob: e83cd90fd04b7994e5c91eec86f4035a95bb4dfd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

version: 2

sphinx:
   configuration: docs/conf.py

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

submodules:
  include: []
  recursive: false