summaryrefslogtreecommitdiff
path: root/sphinx-workaround.patch
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2020-04-29 16:46:12 +0200
committerDavid Runge <dave@sleepmap.de>2020-04-29 16:46:12 +0200
commitb4505d0115795adf5f5e87f6832dab32e1834a49 (patch)
treec09852293c6bad085a9c0ee2dc4dd05ef42dfc91 /sphinx-workaround.patch
parente79b4bcc3503a54f1ec503965d53945ee1c18223 (diff)
PKGBUILD: Upgrading to 5.4.34.21.
Adding patch for sphinx documentation build, instead of using sed. Simplifying source array. Removing obsolete fixes and updating the config to 5.4.
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 0000000..59aafa9
--- /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):