Skip to content

Commit

Permalink
Blacklist sphinxprettysearchresults in the extension registry (#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
jayaddison committed Feb 2, 2024
1 parent aff9578 commit 11d522a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ Bugs fixed
Patch by Colin Marquardt.
* #11598: Do not use query components in URLs for assets in EPUB rendering.
Patch by David Runge.
* #11925: Blacklist the ``sphinxprettysearchresults`` extension; the functionality
it provides was merged into Sphinx v2.0.0.
Patch by James Addison.

Testing
-------
Expand Down
1 change: 1 addition & 0 deletions sphinx/registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
# Values are Sphinx version that merge the extension.
EXTENSION_BLACKLIST = {
"sphinxjp.themecore": "1.2",
"sphinxprettysearchresults": "2.0.0",
}


Expand Down

0 comments on commit 11d522a

Please sign in to comment.