summarylogtreecommitdiffstats
path: root/sphinx-workaround.patch
diff options
context:
space:
mode:
authorshmilee2020-04-29 20:47:21 +0800
committershmilee2020-04-29 20:47:21 +0800
commitc7fe5d363aa03af762a1839ddf10f8f5db240aff (patch)
tree460b943ba6ca907440522dfb60fb9fb511c8bed0 /sphinx-workaround.patch
parent7b84e9f99935e8393a062ebeb6e655877c7e18cd (diff)
downloadaur-c7fe5d363aa03af762a1839ddf10f8f5db240aff.tar.gz
rebuild by gcc 9.3.0-1;add sphinx-workaround.patch
Diffstat (limited to 'sphinx-workaround.patch')
-rw-r--r--sphinx-workaround.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/sphinx-workaround.patch b/sphinx-workaround.patch
new file mode 100644
index 000000000000..59aafa909b7b
--- /dev/null
+++ b/sphinx-workaround.patch
@@ -0,0 +1,15 @@
+diff --git i/Documentation/conf.py w/Documentation/conf.py
+index a8fe845832bc..2dae2e830c26 100644
+--- i/Documentation/conf.py
++++ w/Documentation/conf.py
+@@ -36,8 +36,8 @@ 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',
+- 'kfigure', 'sphinx.ext.ifconfig', 'automarkup']
++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):