From 54c96c1564e5ccdfb64842d788c3e7c0ec9c8a4d Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Sat, 22 Aug 2020 03:13:44 +0100 Subject: [PATCH] doc: Disable extension incompatible with Sphinx 3 The cdomain extension needs major changes to work with Sphinx 3. For now, disable it. Gbp-Pq: Topic debian Gbp-Pq: Name doc-disable-extension-incompatible-with-sphinx-3.patch --- Documentation/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/conf.py b/Documentation/conf.py index c503188880d..ed39663af67 100644 --- a/Documentation/conf.py +++ b/Documentation/conf.py @@ -36,7 +36,7 @@ needs_sphinx = '1.3' # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. -extensions = ['kerneldoc', 'rstFlatTable', 'kernel_include', 'cdomain', +extensions = ['kerneldoc', 'rstFlatTable', 'kernel_include', #y'cdomain', 'kfigure', 'sphinx.ext.ifconfig', 'automarkup', 'maintainers_include', 'sphinx.ext.autosectionlabel' ] -- 2.30.2