summaryrefslogtreecommitdiff
path: root/libre/linux-libre-lts/sphinx-workaround.patch
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2020-04-21 08:37:29 -0400
committerDavid P <megver83@parabola.nu>2020-04-21 08:37:29 -0400
commit4d855885743d8dc0a662f3ddd484ad25938b7c44 (patch)
tree2d8f2995bf4a581ced53349783b6f2175d1cb315 /libre/linux-libre-lts/sphinx-workaround.patch
parent935f8d17c336feab1f8fcd7724ebe94168b2a5d5 (diff)
downloadabslibre-4d855885743d8dc0a662f3ddd484ad25938b7c44.tar.gz
abslibre-4d855885743d8dc0a662f3ddd484ad25938b7c44.tar.bz2
abslibre-4d855885743d8dc0a662f3ddd484ad25938b7c44.zip
updpkg: libre/linux-libre-lts 5.4.33-1
Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'libre/linux-libre-lts/sphinx-workaround.patch')
-rw-r--r--libre/linux-libre-lts/sphinx-workaround.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/libre/linux-libre-lts/sphinx-workaround.patch b/libre/linux-libre-lts/sphinx-workaround.patch
new file mode 100644
index 000000000..59aafa909
--- /dev/null
+++ b/libre/linux-libre-lts/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):