Add `sphinxcontrib-napoleon` to the extension blacklist

This commit is contained in:
Adam Turner
2024-07-30 18:35:21 +01:00
parent 26114fb53e
commit d77f637169

View File

@@ -47,6 +47,7 @@ logger = logging.getLogger(__name__)
# Values are Sphinx version that merge the extension.
EXTENSION_BLACKLIST = {
"sphinxjp.themecore": "1.2",
'sphinxcontrib-napoleon': '1.3',
"sphinxprettysearchresults": "2.0.0",
}