summarylogtreecommitdiffstats
path: root/sphinx-workaround.patch
diff options
context:
space:
mode:
authorKevin Wilms2020-11-08 15:41:14 +0100
committerKevin Wilms2020-11-08 15:41:14 +0100
commite8c030d9c0ac09d352e61a92b72ab00b96eaec06 (patch)
tree4006a832bdff8c5a6a72863d9198a4b4658cf406 /sphinx-workaround.patch
downloadaur-e8c030d9c0ac09d352e61a92b72ab00b96eaec06.tar.gz
Linux Vanilla Selinux 5.9.6
Diffstat (limited to 'sphinx-workaround.patch')
-rw-r--r--sphinx-workaround.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/sphinx-workaround.patch b/sphinx-workaround.patch
new file mode 100644
index 000000000000..598b5af35991
--- /dev/null
+++ b/sphinx-workaround.patch
@@ -0,0 +1,12 @@
+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']