]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
docs: enable Sphinx autodoc extension to allow documenting python
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Mon, 19 Jan 2026 16:23:07 +0000 (17:23 +0100)
committerJonathan Corbet <corbet@lwn.net>
Fri, 23 Jan 2026 18:37:38 +0000 (11:37 -0700)
commit6a4931a7fe00c3987691a7a8c0b22a9bb96f432b
treeddc836a76784a39e01afbfca08a32c57c0050d9d
parentf123cffb000987bfc04f2463cc33bae2b2c1d590
docs: enable Sphinx autodoc extension to allow documenting python

Adding python documentation is simple with Sphinx: all we need
is to include the ext.autodoc extension and add the directories
where the Python code sits at the sys.path.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <29cbe375dc418d6fa5793f55199799b5b52dcd38.1768838938.git.mchehab+huawei@kernel.org>
Documentation/conf.py