You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

readthedocs.yml 176 B

7 years ago
12345678910111213141516
  1. version: 2
  2. sphinx:
  3. configuration: docs/source/conf.py
  4. build:
  5. image: latest
  6. python:
  7. version: 3.6
  8. install:
  9. - method: setuptools
  10. path: .
  11. formats:
  12. - htmlzip