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.

15 lines
353 B

  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. python:
  9. version: "3.7"
  10. install:
  11. - requirements: docs/requirements.txt
  12. - requirements: requirements.txt