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.yaml 646 B

12345678910111213141516171819202122232425262728
  1. version: 2
  2. # Set the version of Python and other tools you might need
  3. build:
  4. os: ubuntu-20.04
  5. tools:
  6. python: "3.7"
  7. # You can also specify other tool versions:
  8. # nodejs: "16"
  9. # rust: "1.55"
  10. # golang: "1.17"
  11. jobs:
  12. post_checkout:
  13. - echo "dummy"
  14. # Build documentation in the docs/ directory with Sphinx
  15. sphinx:
  16. configuration: docs/source/conf.py
  17. # If using Sphinx, optionally build your docs in additional formats such as PDF
  18. # formats:
  19. formats: all
  20. python:
  21. install:
  22. - requirements: requirements/docs.txt
  23. - requirements: requirements/readthedocs.txt
  24. - requirements: requirements/framework.txt