.readthedocs.yml 423 B

123456789101112131415161718
  1. # Required
  2. version: 2
  3. # Build documentation in the docs/ directory with Sphinx
  4. sphinx:
  5. configuration: docs/code-docs/source/conf.py
  6. fail_on_warning: false
  7. # Optionally build your docs in additional formats such as PDF
  8. formats:
  9. - pdf
  10. # Optionally set the version of Python and requirements required to build your docs
  11. python:
  12. version: 3.7
  13. install:
  14. - requirements: requirements/requirements-readthedocs.txt