For example, ./python -m pydoc test.test_enum takes 32 seconds. It is 20 seconds in 3.12, 15 seconds in 3.11 and only 1.6 seconds in 3.10. Well, perhaps test.test_enum was grown, but the main culprit ...
GitHub

description-extraction.md

Use include-python-doc plugin to embed py doc string with markdown into documentation. Znai uses Pandas style doc string to parse description and parameters. :include-file: python/example.py {title: ...