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 c7107ec commit 07d92f5Copy full SHA for 07d92f5
mkdocs.yml
@@ -66,8 +66,7 @@ plugins:
66
use_anchor_titles: true
67
- data
68
- macros
69
- - social:
70
- enabled: !ENV [CI, false]
+ - social
71
- tags
72
- git-revision-date-localized
73
pyproject.toml
@@ -63,7 +63,7 @@ type = ["default"]
63
64
[tool.hatch.envs.doc]
65
dependencies = [
- "mkdocs-material~=9.5",
+ "mkdocs-material[imaging]~=9.5",
"mkdocs-alias-plugin~=0.8",
"mkdocs-git-revision-date-localized-plugin~=1.2",
]
@@ -72,6 +72,9 @@ dependencies = [
serve = [
"mkdocs serve",
74
75
+build = [
76
+ "mkdocs build",
77
+]
78
79
[tool.hatch.envs.style]
80
detached = true
0 commit comments