From: Ben Hutchings Date: Sat, 22 Aug 2020 02:13:44 +0000 (+0100) Subject: doc: Disable extension incompatible with Sphinx 3 X-Git-Tag: archive/raspbian/5.10.4-1+rpi1^2^2^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a52d0a82327d62e6ddd78fcc3e3b8e97574690c6;p=linux.git 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 --- 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' ]