There was an error while loading. Please reload this page.
1 parent 4edd2f5 commit 5b38623Copy full SHA for 5b38623
1 file changed
mkdocs.yml
@@ -54,6 +54,9 @@ plugins:
54
collapse_single_pages: true
55
- macros:
56
module_name: docs_macros
57
+ - mkdocs-typer2:
58
+ pretty: true
59
+ engine: native
60
- mkdocstrings:
61
handlers:
62
python:
@@ -66,3 +69,6 @@ plugins:
66
69
show_signature_annotations: true
67
70
heading_level: 2
68
71
- search
72
+ # Injects termynal.css / termynal.js, which style and animate the
73
+ # `data-termynal` markup that mkdocs-typer2 emits for `:termynal: true`.
74
+ - termynal
0 commit comments