Skip to content

Commit 8bb63dd

Browse files
committed
docs: cleanup: remove redundant sphinxprettysearchresults Sphinx extension
This extension served as a workaround for non-ideal search result formatting in Sphinx versions earlier than v2.0.0 and is no longer required.
1 parent 4480572 commit 8bb63dd

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

docs/conf.py

-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@
5353
"sphinx.ext.autodoc",
5454
"sphinx.ext.napoleon",
5555
"sphinxcontrib.jinja",
56-
"sphinxprettysearchresults",
5756
]
5857

5958
# Add any paths that contain templates here, relative to this directory.

requirements.txt

-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,3 @@ pytest-cov~=2.12.1
3030
sphinx~=4.1.2
3131
sphinx_rtd_theme~=0.5.2
3232
sphinx-jinja~=1.1.1
33-
sphinxprettysearchresults~=0.3.5

0 commit comments

Comments
 (0)