docs: improving the API reference section

This commit is contained in:
Karim shoair
2026-01-01 21:07:20 +02:00
parent 4947152be2
commit b5fdb71b52
2 changed files with 11 additions and 0 deletions
+3
View File
@@ -1,5 +1,8 @@
mkdocstrings>=1.0.0
mkdocstrings-python>=2.0.1
griffe-inherited-docstrings
griffe-runtime-objects
griffe-sphinx
mkdocs-material[imaging]>=9.7.1
black>=25.12.0
pngquant
+8
View File
@@ -127,11 +127,19 @@ plugins:
unwrap_annotated: true
filters:
- '!^_'
- "^__"
merge_init_into_class: true
docstring_section_style: spacy
signature_crossrefs: true
show_symbol_type_heading: true
show_symbol_type_toc: true
show_inheritance_diagram: true
modernize_annotations: true
extensions:
- griffe_runtime_objects
- griffe_sphinx
- griffe_inherited_docstrings:
merge: true
extra:
homepage: https://scrapling.readthedocs.io/en/latest/