summaryrefslogtreecommitdiff
path: root/sphinx-workaround.patch
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2021-04-12 22:35:59 +0200
committerDavid Runge <dave@sleepmap.de>2021-04-12 22:35:59 +0200
commit4cd00062a08091b9f11b809abf36a7e95cce6216 (patch)
tree363a84ee3372093210a46a8e7035b6fab534c80a /sphinx-workaround.patch
parent261c261756860a06c1bd0e52ae7e65d751fc49ca (diff)
Upgrade to 5.10.27.36.arch1
PKGBUILD: Upgrade to 5.10.27.36.arch1. Modify makedepends in accordance to required build dependencies. Add VIRTUALBOX-GUEST-MODULES and WIREGUARD-MODULE to linux-rt-lts' provides. Strip modules and vmlinux image. config: Update config for kernel 5.10.27. sphinx-workaround.patch: Remove unrequired patch.
Diffstat (limited to 'sphinx-workaround.patch')
-rw-r--r--sphinx-workaround.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/sphinx-workaround.patch b/sphinx-workaround.patch
deleted file mode 100644
index 59aafa9..0000000
--- a/sphinx-workaround.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-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):