summaryrefslogtreecommitdiff
path: root/sphinx-workaround.patch
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2021-02-20 02:13:26 -0800
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2021-02-20 02:13:26 -0800
commit9c3d5bed5df6f396d1972c4d488bc099a36f5938 (patch)
treecce642330c742277493c434e9377d9d2c99d46a0 /sphinx-workaround.patch
parentUpdated to 5.10.16 (diff)
downloadlinux-libre-hardened-9c3d5bed5df6f396d1972c4d488bc099a36f5938.tar.xz
Updated to 5.10.17HEADmaster
Diffstat (limited to 'sphinx-workaround.patch')
-rw-r--r--sphinx-workaround.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/sphinx-workaround.patch b/sphinx-workaround.patch
new file mode 100644
index 0000000..a6e2c49
--- /dev/null
+++ b/sphinx-workaround.patch
@@ -0,0 +1,19 @@
+diff --git i/Documentation/conf.py w/Documentation/conf.py
+index 6a767294887e..d1d145759fed 100644
+--- i/Documentation/conf.py
++++ w/Documentation/conf.py
+@@ -267,11 +267,9 @@ except ImportError:
+
+ html_static_path = ['sphinx-static']
+
+-html_context = {
+- 'css_files': [
+- '_static/theme_overrides.css',
+- ],
+-}
++html_css_files = [
++ '_static/theme_overrides.css',
++]
+
+ # Add any extra paths that contain custom files (such as robots.txt or
+ # .htaccess) here, relative to this directory. These files are copied