.readthedocs.yml 106 B

1234567891011
  1. build:
  2. image: latest
  3. python:
  4. version: 3.6
  5. pip_install: true
  6. formats:
  7. - htmlzip
  8. - pdf
  9. - epub