projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
685296e
)
doc: Disable extension incompatible with Sphinx 3
author
Ben Hutchings
<benh@debian.org>
Sat, 22 Aug 2020 02:13:44 +0000
(
03:13
+0100)
committer
Salvatore Bonaccorso
<carnil@debian.org>
Thu, 17 Dec 2020 05:31:52 +0000
(
05:31
+0000)
The cdomain extension needs major changes to work with Sphinx 3.
For now, disable it.
Gbp-Pq: Topic debian
Gbp-Pq: Name doc-disable-extension-incompatible-with-sphinx-3.patch
Documentation/conf.py
patch
|
blob
|
history
diff --git
a/Documentation/conf.py
b/Documentation/conf.py
index c503188880d951c99920722281251ae17ca4d58a..ed39663af675dfa7766d7364cff90e17e1bf1ab4 100644
(file)
--- a/
Documentation/conf.py
+++ b/
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',
#y
'cdomain',
'kfigure', 'sphinx.ext.ifconfig', 'automarkup',
'maintainers_include', 'sphinx.ext.autosectionlabel' ]