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.4 kB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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. - mermaid2
  27. - git-revision-date-localized:
  28. enable_creation_date: true
  29. markdown_extensions:
  30. - admonition
  31. - pymdownx.details
  32. - pymdownx.superfences:
  33. custom_fences:
  34. - name: mermaid
  35. class: mermaid
  36. format: !!python/name:mermaid2.fence_mermaid_custom
  37. - footnotes
  38. - pymdownx.tabbed:
  39. alternate_style: true
  40. - toc:
  41. toc_depth: 4
  42. nav:
  43. - index.md
  44. - install.md
  45. - user_manual.md
  46. - extensions.md
  47. - developers.md
  48. - build_system.md
  49. - runtime_variables.md
  50. - distributing.md
  51. - ci.md
  52. - about.md
  53. - faq.md
  54. extra:
  55. social:
  56. - icon: fontawesome/brands/github
  57. link: https://github.com/OpenMathLib/OpenBLAS
  58. - icon: material/license
  59. link: https://github.com/OpenMathLib/OpenBLAS/LICENSE