There was an error while loading. Please reload this page.
1 parent 4947152 commit b5fdb71Copy full SHA for b5fdb71
2 files changed
docs/requirements.txt
@@ -1,5 +1,8 @@
1
mkdocstrings>=1.0.0
2
mkdocstrings-python>=2.0.1
3
+griffe-inherited-docstrings
4
+griffe-runtime-objects
5
+griffe-sphinx
6
mkdocs-material[imaging]>=9.7.1
7
black>=25.12.0
8
pngquant
mkdocs.yml
@@ -127,11 +127,19 @@ plugins:
127
unwrap_annotated: true
128
filters:
129
- '!^_'
130
+ - "^__"
131
merge_init_into_class: true
132
docstring_section_style: spacy
133
signature_crossrefs: true
134
show_symbol_type_heading: true
135
show_symbol_type_toc: true
136
+ show_inheritance_diagram: true
137
+ modernize_annotations: true
138
+ extensions:
139
+ - griffe_runtime_objects
140
+ - griffe_sphinx
141
+ - griffe_inherited_docstrings:
142
+ merge: true
143
144
extra:
145
homepage: https://scrapling.readthedocs.io/en/latest/
0 commit comments