incomp-flame-post/mkdocs.yml
ignis 5ed943a4dc
All checks were successful
Deploy Documentation / build-and-deploy (push) Successful in 1m9s
chore: enable mermaid diagrams in mkdocs-material
2026-06-01 09:02:42 +00:00

52 lines
1.3 KiB
YAML

site_name: HPC DNS Post-Processing Reference Manual
theme:
name: material
palette:
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: teal
accent: cyan
toggle:
icon: material/brightness-4
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: teal
accent: cyan
toggle:
icon: material/brightness-7
name: Switch to dark mode
features:
- navigation.tabs
- navigation.sections
- navigation.expand
- content.code.copy
plugins:
- search
- mkdocstrings:
default_handler: python
handlers:
python:
paths: [code, code/code_gen, code/pycompact]
options:
docstring_style: google
show_source: true
show_root_heading: true
show_bases: true
nav:
- Home: index.md
- Python API Reference:
- Code Generator: python/code_gen.md
- Compiler Stages: python/post.md
- Python Bindings: python/pycompact.md
- Fortran Core Reference:
- Modules & Procedures: fortran.md
markdown_extensions:
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format