fix(docutils): further adjust base mkdocs configuration (#19527)

This commit is contained in:
Edgars Eglītis
2023-12-14 19:38:44 +02:00
committed by GitHub
parent 0df5ee003a
commit 3dff11253d
2 changed files with 7 additions and 5 deletions

View File

@@ -2,6 +2,7 @@ markdown_extensions:
- meta
- attr_list
- admonition
- md_in_html
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
@@ -18,9 +19,9 @@ markdown_extensions:
permalink: true
plugins:
- git-revision-date-localized:
type: timeago
- search
git-revision-date-localized:
type: timeago
search: {}
theme:
name: material
@@ -36,14 +37,14 @@ theme:
scheme: default
primary: deep purple
toggle:
icon: material/weather-night
icon: material/weather-sunny
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: deep purple
toggle:
icon: material/weather-sunny
icon: material/weather-night
name: Switch to system preference
icon:
repo: fontawesome/brands/github

View File

@@ -1,4 +1,5 @@
mkdocs==1.5.3
mkdocs-git-revision-date-localized-plugin==1.2.1
mkdocs-material==9.5.2
mkdocs-redirects==1.2.1
mike==2.0.0