docs: bump mkdocs, add mkdocstrings

Also remove ancient requirements file - the docs dependencies are in the pyproject.toml file.
This commit is contained in:
psychedelicious 2024-02-29 22:32:29 +11:00 committed by Kent Keirsey
parent 014be0ab67
commit 90b84c650f
2 changed files with 3 additions and 7 deletions

View File

@ -1,5 +0,0 @@
mkdocs
mkdocs-material>=8, <9
mkdocs-git-revision-date-localized-plugin
mkdocs-redirects==1.2.0

View File

@ -105,9 +105,10 @@ dependencies = [
"onnx-directml" = ["onnxruntime-directml"]
"dist" = ["pip-tools", "pipdeptree", "twine"]
"docs" = [
"mkdocs-material<9.0",
"mkdocs-material",
"mkdocs-git-revision-date-localized-plugin",
"mkdocs-redirects==1.2.0",
"mkdocs-redirects",
"mkdocstrings[python]",
]
"dev" = ["jurigged", "pudb", "snakeviz", "gprof2dot"]
"test" = [