summarylogtreecommitdiffstats
path: root/sphinx-workaround.patch
diff options
context:
space:
mode:
authorGoliathLabs2020-05-17 12:11:28 +0200
committerGoliathLabs2020-05-17 12:11:28 +0200
commitcf8d40e8198d4654187efb4fa7380719dd34b66d (patch)
treeaacc1c495cf59b3bde088353f4b129906154b6ab /sphinx-workaround.patch
parent3a4817d2a1f959a3ec0583879a31a274b78fd8f2 (diff)
downloadaur-cf8d40e8198d4654187efb4fa7380719dd34b66d.tar.gz
Updated: 4.19.123
Diffstat (limited to 'sphinx-workaround.patch')
-rw-r--r--sphinx-workaround.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/sphinx-workaround.patch b/sphinx-workaround.patch
new file mode 100644
index 000000000000..275e699f706f
--- /dev/null
+++ b/sphinx-workaround.patch
@@ -0,0 +1,13 @@
+diff --git i/Documentation/conf.py w/Documentation/conf.py
+index 3c7bdf4cd31f..9a0ced58a3e9 100644
+--- i/Documentation/conf.py
++++ w/Documentation/conf.py
+@@ -34,7 +34,7 @@
+ # 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', 'kfigure', 'sphinx.ext.ifconfig']
++extensions = ['kerneldoc', 'rstFlatTable', 'kernel_include', 'kfigure', 'sphinx.ext.ifconfig']
+
+ # The name of the math extension changed on Sphinx 1.4
+ if (major == 1 and minor > 3) or (major > 1):