summarylogtreecommitdiffstats
path: root/sphinx-workaround.patch
diff options
context:
space:
mode:
authorDavid Runge2020-05-14 12:35:52 +0200
committerDavid Runge2020-05-14 12:35:52 +0200
commit642df7217e48f59b52f88210031cf407ff38dcb1 (patch)
treeaa74877b3f57927d03556b7b692bd90cae5afc04 /sphinx-workaround.patch
parent2802799e2e6728f938c2f9e1674d5536aeb52c01 (diff)
downloadaur-642df7217e48f59b52f88210031cf407ff38dcb1.tar.gz
Rebuilding against gcc >= 10.1.0
Adding upstream patches for gcc >= 10.1.0 compatibility. Adding patch for sphinx problems, instead of using sed.
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..1aa3f1c8f66e
--- /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
+@@ -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']
+