mkdocs_theme.yml 324 B

1234567891011121314151617
  1. # Config options for 'readthedocs' theme
  2. static_templates:
  3. - 404.html
  4. include_search_page: true
  5. search_index_only: false
  6. highlightjs: true
  7. hljs_languages: []
  8. include_homepage_in_sidebar: true
  9. prev_next_buttons_location: bottom
  10. navigation_depth: 4
  11. titles_only: false
  12. sticky_navigation: true
  13. collapse_navigation: true