We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83bba92 commit 3befb87Copy full SHA for 3befb87
1 file changed
pyproject.toml
@@ -57,12 +57,15 @@ full = [
57
]
58
59
docs = [
60
- "mkdocs-material==9.*",
+ "mkdocs-material>=9.0.0",
61
"mkdocstrings-python",
62
- "mkdocs-section-index",
63
"mkdocs-table-reader-plugin",
64
"mkdocs-gen-files",
65
- "mkdocs-include-markdown-plugin"
+ "mkdocs-include-markdown-plugin",
+ "mkdocs-literate-nav",
66
+ "markdown-include",
67
+ "pymdown-extensions",
68
+ "pygments"
69
70
71
[project.urls]
0 commit comments