Skip to content

Commit a648cdc

Browse files
committed
docs: fix search not working
Fix the documentation search not working after a recent Read the Docs upgrade. This adds `sphinx_rtd_theme` to the extensions as recommended in the install guide: https://sphinx-rtd-theme.readthedocs.io/en/stable/installing.html Fixes: Textualize#3697
1 parent 0c6c756 commit a648cdc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/source/conf.py

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
"sphinx.ext.intersphinx",
5151
"sphinx.ext.autosectionlabel",
5252
"sphinx_copybutton",
53+
"sphinx_rtd_theme",
5354
]
5455

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

0 commit comments

Comments
 (0)