diff options
author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-11-30 16:36:34 +0100 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2020-12-03 15:10:15 -0700 |
commit | 63fdc4625a5a8b726b3bd12788715ade33f0df17 (patch) | |
tree | 2e573d4567b8a7ec1f6e64ea34ec6df4331ca265 /Documentation/conf.py | |
parent | b97212255f44b70c986ecde6004021ba6c835614 (diff) | |
download | linux-63fdc4625a5a8b726b3bd12788715ade33f0df17.tar.gz |
docs: admin-guide: add a features list
Add a feature list matrix at the admin-guide.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Link: https://lore.kernel.org/r/f6c1e366fbc7ce1c9c94c7dc6c7852c6377cc0be.1606748711.git.mchehab+huawei@kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/conf.py')
-rw-r--r-- | Documentation/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/conf.py b/Documentation/conf.py index ed2b43ec7754..26b54386a477 100644 --- a/Documentation/conf.py +++ b/Documentation/conf.py @@ -39,7 +39,7 @@ needs_sphinx = '1.3' extensions = ['kerneldoc', 'rstFlatTable', 'kernel_include', 'kfigure', 'sphinx.ext.ifconfig', 'automarkup', 'maintainers_include', 'sphinx.ext.autosectionlabel', - 'kernel_abi'] + 'kernel_abi', 'kernel_feat'] # # cdomain is badly broken in Sphinx 3+. Leaving it out generates *most* |