aboutsummarylogtreecommitdiffstats
path: root/sphinx-workaround.patch
diff options
context:
space:
mode:
authorKatelyn Schiesser2021-02-24 19:07:58 -0800
committerKatelyn Schiesser2021-02-24 19:08:27 -0800
commit7c73f4271025fbffcbd0ec82e3761c9d21dbe7ac (patch)
treec85901eccfaf84d02ee5198bfb601b9d522a9859 /sphinx-workaround.patch
parent5c88f2651e21831bd92bcf856254d7cc20cb1bde (diff)
downloadaur-7c73f4271025fbffcbd0ec82e3761c9d21dbe7ac.tar.gz
Update to 5.11.1.arch1
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