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 219 B

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