Hi, Randy, On Mon, Oct 12, 2020 at 07:54:32PM -0700, Randy Dunlap wrote: > On 10/12/20 7:46 PM, Fenghua Yu wrote: > > diff --git a/Documentation/conf.py b/Documentation/conf.py > > index c503188880d9..b5b2be8eec22 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', > > 'kfigure', 'sphinx.ext.ifconfig', 'automarkup', > > 'maintainers_include', 'sphinx.ext.autosectionlabel' ] > > Hi, > I don't see this change described in the patch description. > Should it be here?
My bad. I forgot to remove this change. I will remove it in v3. Thank you for your review! -Fenghua

