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 1.2 kB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. site_name: OpenBLAS
  2. site_url: https://openblas.net/docs/
  3. repo_url: https://github.com/OpenMathLib/OpenBLAS
  4. copyright: Copyright © 2012- OpenBLAS contributors
  5. theme:
  6. name: material
  7. logo: logo.svg
  8. favicon: logo.svg
  9. features:
  10. - header.autohide
  11. palette:
  12. # Palette toggle for dark mode
  13. - scheme: slate
  14. primary: blue grey
  15. toggle:
  16. icon: material/brightness-4
  17. name: Switch to light mode
  18. # Palette toggle for light mode
  19. - scheme: default
  20. primary: blue grey
  21. toggle:
  22. icon: material/brightness-7
  23. name: Switch to dark mode
  24. plugins:
  25. - search
  26. - git-revision-date-localized:
  27. enable_creation_date: true
  28. markdown_extensions:
  29. - admonition
  30. - pymdownx.details
  31. - pymdownx.superfences
  32. - footnotes
  33. - pymdownx.tabbed:
  34. alternate_style: true
  35. - toc:
  36. toc_depth: 4
  37. nav:
  38. - index.md
  39. - install.md
  40. - user_manual.md
  41. - extensions.md
  42. - developers.md
  43. - build_system.md
  44. - distributing.md
  45. - ci.md
  46. - about.md
  47. - faq.md
  48. extra:
  49. social:
  50. - icon: fontawesome/brands/github
  51. link: https://github.com/OpenMathLib/OpenBLAS
  52. - icon: material/license
  53. link: https://github.com/OpenMathLib/OpenBLAS/LICENSE