diff --git a/notebook/mkdocs.yml b/notebook/mkdocs.yml index 4a5b563e..a4b9ce30 100644 --- a/notebook/mkdocs.yml +++ b/notebook/mkdocs.yml @@ -14,38 +14,4 @@ nav: - 介绍:docs/basic.md theme: - name: null - custom_dir: 'mkdocs-material/material/templates' - static_templates: - - 404.html - language: 'zh' - palette: - # Palette toggle for light mode - - media: "(prefers-color-scheme: light)" - scheme: default - primary: white - accent: red - toggle: - icon: material/weather-sunny - name: Switch to dark mode - - # Palette toggle for dark mode - - media: "(prefers-color-scheme: dark)" - scheme: slate - primary: blue - accent: blue - toggle: - icon: material/weather-night - name: Switch to light mode - include_search_page: false - search_index_only: true - favicon: 'favicon.ico' - icon: - logo: 'material/school' - features: - - content.action.edit - - navigation.tabs - - navigation.instant - font: - text: 'Fira Sans' - code: 'Fira Mono' \ No newline at end of file + name: readthedocs \ No newline at end of file