We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc63407 commit 3d8eff9Copy full SHA for 3d8eff9
mkdocs.yml
@@ -122,7 +122,7 @@ plugins:
122
merge_init_into_class: true
123
extensions:
124
- griffe_inherited_docstrings
125
- - scripts/griffe_ext.py:KirinExtension
+ - griffe_kirin
126
show_inheritance_diagram: true
127
show_signature_annotations: true
128
show_symbol_type_heading: true
pyproject.toml
@@ -81,6 +81,7 @@ dev-dependencies = [
81
82
[dependency-groups]
83
doc = [
84
+ "griffe-kirin>=0.1.0",
85
"griffe-inherited-docstrings>=1.1.1",
86
"mike>=2.1.3",
87
"mkdocs>=1.6.1",
0 commit comments