diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-04-08 15:50:49 -0700 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2020-04-08 15:50:49 -0700 |
commit | 3fb1cd9f78bc5e2d6f52d34a9a680713483fbb0b (patch) | |
tree | 6b65d985c1e100e6da147371d861a6f114a244ab /sphinx-workaround.patch | |
parent | Updated to 5.6.2 (diff) | |
download | linux-3fb1cd9f78bc5e2d6f52d34a9a680713483fbb0b.tar.xz |
Updated to 5.6.3
Diffstat (limited to 'sphinx-workaround.patch')
-rw-r--r-- | sphinx-workaround.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sphinx-workaround.patch b/sphinx-workaround.patch new file mode 100644 index 0000000..1aa3f1c --- /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'] + |