Skip to content
This repository was archived by the owner on Nov 3, 2020. It is now read-only.

Commit ed048d1

Browse files
committed
Add Sphinx workaround patch to 5.7 patches
1 parent c880461 commit ed048d1

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

base/patches/5.7/empty.patch

Whitespace-only changes.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
diff --git i/Documentation/conf.py w/Documentation/conf.py
2+
index 3c7bdf4cd31f..9a0ced58a3e9 100644
3+
--- i/Documentation/conf.py
4+
+++ w/Documentation/conf.py
5+
@@ -36,7 +36,7 @@ needs_sphinx = '1.3'
6+
# Add any Sphinx extension module names here, as strings. They can be
7+
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
8+
# ones.
9+
-extensions = ['kerneldoc', 'rstFlatTable', 'kernel_include', 'cdomain',
10+
+extensions = ['kerneldoc', 'rstFlatTable', 'kernel_include',
11+
'kfigure', 'sphinx.ext.ifconfig', 'automarkup',
12+
'maintainers_include']
13+

0 commit comments

Comments
 (0)