summarylogtreecommitdiffstats
path: root/sphinx-workaround.patch
blob: 8a91b4a35cf5a4b40903f6e94dca29b715bfa3f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git i/Documentation/conf.py w/Documentation/conf.py
index 3c7bdf4cd31f..9a0ced58a3e9 100644
--- i/Documentation/conf.py
+++ w/Documentation/conf.py
@@ -34,7 +34,7 @@
 # Add any Sphinx extension module names here, as strings. They can be
 # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
 # ones.
-extensions = ['kernel-doc', 'rstFlatTable', 'kernel_include', 'cdomain']
+extensions = ['kernel-doc', 'rstFlatTable', 'kernel_include',]

 
 # The name of the math extension changed on Sphinx 1.4
 if (major == 1 and minor > 3) or (major > 1):