[docs] switch generated docs to MkDocs
This commit is contained in:
parent
5e95d66a7e
commit
a82eb5858a
54 changed files with 350 additions and 2000 deletions
|
|
@ -49,7 +49,27 @@ dependencies = [
|
|||
path = "meanas/__init__.py"
|
||||
|
||||
[project.optional-dependencies]
|
||||
dev = ["pytest", "coverage", "pdoc", "gridlock"]
|
||||
dev = [
|
||||
"pytest",
|
||||
"coverage",
|
||||
"gridlock",
|
||||
"mkdocs>=1.6",
|
||||
"mkdocs-material>=9.5",
|
||||
"mkdocstrings[python]>=0.25",
|
||||
"mkdocs-print-site-plugin>=2.3",
|
||||
"pymdown-extensions>=10.7",
|
||||
"htmlark>=1.0",
|
||||
"ruff>=0.6",
|
||||
]
|
||||
docs = [
|
||||
"mkdocs>=1.6",
|
||||
"mkdocs-material>=9.5",
|
||||
"mkdocstrings[python]>=0.25",
|
||||
"mkdocs-print-site-plugin>=2.3",
|
||||
"pymdown-extensions>=10.7",
|
||||
"htmlark>=1.0",
|
||||
"ruff>=0.6",
|
||||
]
|
||||
examples = [
|
||||
"gridlock>=2.1",
|
||||
"matplotlib>=3.10.8",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue