.readthedocs.yml 185 B

123456789101112
  1. version: 2
  2. mkdocs:
  3. configuration: .readthedocs.mkdocs.yml
  4. fail_on_warning: false
  5. formats: all
  6. python:
  7. version: "3.8"
  8. install:
  9. - requirements: doc/mkdocs/requirements.txt