Sphinx-doc extensions and tools to extract documentation from C/C++ source file comments, including kernel-doc support. Current version 20240924. Released as needed, no fixed cadence.
pip install linuxdocVerified import paths — ran on the pinned version, not inferred.
Minimal conf.py setup to enable linuxdoc extension and kernel-doc directive.
Use `from linuxdoc.kernel_doc import KernelDocDirective`.
Ensure source files use kernel-doc style comments (e.g., /** ... */).
Use Sphinx version that matches linuxdoc's requirements (see setup.py/requirements).