We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c80ab54 commit fc5ef44Copy full SHA for fc5ef44
.github/workflows/publish-site.yml
@@ -33,7 +33,10 @@ jobs:
33
uv pip install --system \
34
wheel \
35
lxml \
36
+ mkdocs \
37
mkdocs-material \
38
+ "mkdocs-material-extensions" \
39
+ "mkdocs-get-deps" \
40
"cairosvg>=2.5" \
41
"mkdocs-git-committers-plugin-2>=1.1.1" \
42
"mkdocs-git-revision-date-localized-plugin>=1.0" \
mkdocs.yml
@@ -99,7 +99,6 @@ extra:
99
provider: google
100
property: G-G7SXDJEWXV
101
102
-# Extensions
103
markdown_extensions:
104
- abbr
105
- admonition
0 commit comments