.readthedocs.yml 502 B

12345678910111213141516171819
  1. # .readthedocs.yml
  2. # Read the Docs configuration file
  3. # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
  4. # Required
  5. version: 2
  6. # Build documentation in the docs/ directory with Sphinx
  7. sphinx:
  8. configuration: doc/conf.py
  9. # Optionally build your docs in additional formats such as PDF and ePub
  10. formats: []
  11. # Optionally set the version of Python and requirements required to build your docs
  12. # python:
  13. # version: 3.7
  14. # install:
  15. # - requirements: docs/requirements.txt