You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
392 B

8 months ago
  1. # SPDX-FileCopyrightText: 2021 ladyada for Adafruit Industries
  2. #
  3. # SPDX-License-Identifier: Unlicense
  4. # Read the Docs configuration file
  5. # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
  6. # Required
  7. version: 2
  8. build:
  9. os: "ubuntu-20.04"
  10. tools:
  11. python: "3.7"
  12. python:
  13. install:
  14. - requirements: docs/requirements.txt
  15. - requirements: requirements.txt