docs: improve the Makefile dependency graph

Uses Mermaid to render it as a diagram in the html docs.
This commit is contained in:
Ralf Gommers
2025-01-04 18:10:41 +01:00
parent 5aa1845a43
commit f764d76a4a
3 changed files with 32 additions and 40 deletions

View File

@@ -23,7 +23,7 @@ jobs:
python-version: "3.10"
- name: Install MkDocs and doc theme packages
run: pip install mkdocs mkdocs-material mkdocs-git-revision-date-localized-plugin
run: pip install mkdocs mkdocs-material mkdocs-git-revision-date-localized-plugin mkdocs-mermaid2-plugin
- name: Build docs site
run: mkdocs build