linux-vfio/sphinx-workaround.patch
Mark Weiman c580c0ca71 Revision to 5.6.10.arch1-1
The previous commit seemed to have issues building in a clean chroot. This
commit takes on the exact patch used in the linux package as well as remakes
the add-acs-overrides.patch file to a form usable by `git am` as was done in
previous iterations of this patch.
2020-05-06 16:25:21 -04:00

14 lines
583 B
Diff

diff --git i/Documentation/conf.py w/Documentation/conf.py
index 3c7bdf4cd31f..9a0ced58a3e9 100644
--- i/Documentation/conf.py
+++ w/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']