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
|
|
|
|
|
2021-11-04 22:14:39 -04:00
|
|
|
build:
|
2022-05-14 10:46:09 -04:00
|
|
|
os: ubuntu-20.04
|
|
|
|
tools:
|
|
|
|
python: "3"
|
|
|
|
jobs:
|
|
|
|
post_install:
|
2023-03-11 01:26:04 -05:00
|
|
|
- python tools/ci_fetch_deps.py docs
|
2020-08-07 12:33:24 -04:00
|
|
|
|
2020-08-15 15:30:12 -04:00
|
|
|
formats:
|
2022-05-14 10:46:09 -04:00
|
|
|
- pdf
|
2020-08-15 15:30:12 -04:00
|
|
|
|
2018-01-02 21:25:41 -05:00
|
|
|
python:
|
2019-04-17 21:22:19 -04:00
|
|
|
install:
|
2021-12-22 12:25:00 -05:00
|
|
|
- requirements: requirements-doc.txt
|