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

123456789101112131415161718192021222324252627
  1. ---
  2. #.readthedocs.yml
  3. #Read the Docs configuration file
  4. #See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
  5. #Required
  6. version: 2
  7. #Build documentation in the docs/ directory with Sphinx
  8. sphinx:
  9. configuration: docs/source/conf.py
  10. #Build documentation with MkDocs
  11. #mkdocs:
  12. #configuration: mkdocs.yml
  13. #Optionally build your docs in additional formats such as PDF and ePub
  14. formats: all
  15. #Optionally set the version of Python and requirements required to build your docs
  16. python:
  17. version: 3.6
  18. install:
  19. -
  20. requirements: docs/requirements.txt
  21. -
  22. requirements: requirements.txt
  23. -
  24. method: pip
  25. path: .
  26. extra_requirements:
  27. - docs

A Python package for graph kernels, graph edit distances and graph pre-image problem.