[docs] switch generated docs to MkDocs

This commit is contained in:
Jan Petykiewicz 2026-04-18 15:05:35 -07:00
commit a82eb5858a
54 changed files with 350 additions and 2000 deletions

View file

@ -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",