summarylogtreecommitdiffstats
path: root/sphinx-workaround.patch
diff options
context:
space:
mode:
authoranthraxx2021-02-24 03:39:09 +0100
committeranthraxx2021-02-24 03:39:09 +0100
commit759c2c4208f5b4df58929074b7e4683156cb3504 (patch)
tree61e57f723cd5e650e2c18425928fe8afad289ba2 /sphinx-workaround.patch
parentfa81fcac6fdc7fd94115728cc29218f5d8dd4ed4 (diff)
downloadaur-759c2c4208f5b4df58929074b7e4683156cb3504.tar.gz
upgpkg: linux-hardened-git 5.11.0..r984326.g14663342e512-1
upstream release
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 000000000000..a6e2c4900290
--- /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