.readthedocs.yaml 196 B

123456789101112
  1. # Required by Read The Docs
  2. version: 2
  3. formats: all
  4. python:
  5. version: "3.8"
  6. # Use an empty install section to avoid RTD from picking up a non-python
  7. # requirements.txt file.
  8. install: []