circuitpython/.readthedocs.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

26 lines
497 B
YAML
Raw Normal View History

2020-06-03 18:40:05 -04:00
# SPDX-FileCopyrightText: 2014 MicroPython & CircuitPython contributors (https://github.com/adafruit/circuitpython/graphs/contributors)
#
# SPDX-License-Identifier: MIT
2019-04-17 21:22:19 -04:00
# .readthedocs.yml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
version: 2
build:
os: ubuntu-20.04
tools:
python: "3"
2020-08-07 12:33:24 -04:00
submodules:
include:
- extmod/ulab
formats:
- pdf
2018-01-02 21:25:41 -05:00
python:
2019-04-17 21:22:19 -04:00
install:
- requirements: requirements-doc.txt