summarylogtreecommitdiffstats
path: root/sphinx-workaround.patch
diff options
context:
space:
mode:
authorgreg20102020-08-25 22:48:15 -0400
committergreg20102020-08-25 22:48:15 -0400
commitc55e436b9efe7223b255be137751c0dd2c8d5c9d (patch)
tree1d59e15c1716f0c94f805c051a06756f08d5ad71 /sphinx-workaround.patch
parent10a6b003ca8a74ba1f738933b3e9182cf435a903 (diff)
downloadaur-c55e436b9efe7223b255be137751c0dd2c8d5c9d.tar.gz
bump to version 5.8
Diffstat (limited to 'sphinx-workaround.patch')
-rw-r--r--sphinx-workaround.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/sphinx-workaround.patch b/sphinx-workaround.patch
new file mode 100644
index 000000000000..1aa3f1c8f66e
--- /dev/null
+++ b/sphinx-workaround.patch
@@ -0,0 +1,13 @@
+diff --git i/Documentation/conf.py w/Documentation/conf.py
+index 3c7bdf4cd31f..9a0ced58a3e9 100644
+--- i/Documentation/conf.py
++++ w/Documentation/conf.py
+@@ -36,7 +36,7 @@ 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',
++extensions = ['kerneldoc', 'rstFlatTable', 'kernel_include',
+ 'kfigure', 'sphinx.ext.ifconfig', 'automarkup',
+ 'maintainers_include']
+