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.

mkdocs.yml 472 B

1234567891011121314151617181920212223242526272829
  1. site_name: OpenBLAS
  2. theme:
  3. name: material
  4. logo: logo.svg
  5. favicon: logo.svg
  6. palette:
  7. primary: grey
  8. markdown_extensions:
  9. - admonition
  10. - pymdownx.details
  11. - pymdownx.superfences
  12. - toc:
  13. toc_depth: 4
  14. nav:
  15. - index.md
  16. - install.md
  17. - user_manual.md
  18. - extensions.md
  19. - developers.md
  20. - build_system.md
  21. - distributing.md
  22. - ci.md
  23. - machine_list.md
  24. - todo.md
  25. - ecosystem.md
  26. - publications.md
  27. - mailing_list.md
  28. - donate.md
  29. - faq.md