switch theme to "material". This theme uses page navigation scrolling and shows the page toc on the right side.

This commit is contained in:
CaCO3
2023-09-16 23:48:32 +02:00
parent 7a4f515c76
commit b9d8bc11d9

View File

@@ -5,8 +5,14 @@ repo_url: https://github.com/jomjol/AI-on-the-edge-device-docs
edit_uri: https://github.com/jomjol/AI-on-the-edge-device-docs/edit/main/docs
theme:
name: readthedocs
custom_dir: readthedocs-mod/
# name: readthedocs
# custom_dir: readthedocs-mod/
name: material
logo: img/logo.svg
favicon: img/favicon.ico
palette:
primary: blue
plugins:
@@ -15,6 +21,7 @@ plugins:
filename: nav.yml
- enumerate-headings:
increment_across_pages: false
toc_depth: 6
# The navigation is configured in the docs/nav.yml file!