Skip to content

Commit 3befb87

Browse files
committed
Update docs dependencies
1 parent 83bba92 commit 3befb87

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,15 @@ full = [
5757
]
5858

5959
docs = [
60-
"mkdocs-material==9.*",
60+
"mkdocs-material>=9.0.0",
6161
"mkdocstrings-python",
62-
"mkdocs-section-index",
6362
"mkdocs-table-reader-plugin",
6463
"mkdocs-gen-files",
65-
"mkdocs-include-markdown-plugin"
64+
"mkdocs-include-markdown-plugin",
65+
"mkdocs-literate-nav",
66+
"markdown-include",
67+
"pymdown-extensions",
68+
"pygments"
6669
]
6770

6871
[project.urls]

0 commit comments

Comments
 (0)