2
0

.readthedocs.yml 385 B

123456789101112131415161718
  1. # Configuration for the Read The Docs (RTD) builds of the documentation.
  2. # Ref: https://docs.readthedocs.io/en/stable/config-file/v2.html
  3. # The python.install.requirements pins the version of Sphinx used.
  4. version: 2
  5. build:
  6. os: ubuntu-20.04
  7. tools:
  8. python: "3.8"
  9. sphinx:
  10. configuration: docs/conf.py
  11. python:
  12. install:
  13. - requirements: docs/requirements.txt
  14. formats: all