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.9.6-1+rpi1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=c45cd4f3157c2d8434c7f0ee3ce0a0ba8f06ef1b;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' ]