aboutsummarylogtreecommitdiffstats
path: root/sphinx-workaround.patch
diff options
context:
space:
mode:
authorKatelyn Schiesser2020-04-09 23:32:21 -0700
committerKatelyn Schiesser2020-04-09 23:32:21 -0700
commit7a1c1f3f7cc670ed837ac4b2eae0b70abaaf4efa (patch)
tree29df3681bcab8172dad7348e095d9de6213297da /sphinx-workaround.patch
parentd1143eaeb4ce71590c61e8a9b281037ae5c87fa8 (diff)
downloadaur-7a1c1f3f7cc670ed837ac4b2eae0b70abaaf4efa.tar.gz
Update to 5.6.3.arch1
Diffstat (limited to 'sphinx-workaround.patch')
-rw-r--r--sphinx-workaround.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/sphinx-workaround.patch b/sphinx-workaround.patch
new file mode 100644
index 000000000000..44265cdb3f04
--- /dev/null
+++ b/sphinx-workaround.patch
@@ -0,0 +1,23 @@
+`make htmldocs` is broken again and this is a temporary fix for that. the html
+docs may be malformed but at least it builds without error ¯\_(ツ)_/¯
+
+source: https://bugs.archlinux.org/task/66156#comment188161
+upstream issue: https://github.com/sphinx-doc/sphinx/issues/7421
+
+this should be removed once the issue is resolved. note that there will be a lot
+more errors/warnings than usual due to ripping such an integral part out of
+the docs parser.
+
+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']
+