From 7ece098084f6adb6c258eee03874a5d2f475fbb6 Mon Sep 17 00:00:00 2001 From: TheoWeih Date: Thu, 22 Aug 2024 20:30:45 +0200 Subject: [PATCH] Fix search on docs.adapterhub.ml (#736) Updated `sphinx-rtd-theme==2.0.0`. Updating this package fixes the search bar. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3df966d7dc..e8c38922eb 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ "sentencepiece>=0.1.91,!=0.1.92", "sphinx-copybutton==0.5.2", "sphinx-markdown-tables==0.0.17", - "sphinx-rtd-theme==0.4.3", # sphinx-rtd-theme==0.5.0 introduced big changes in the style. + "sphinx-rtd-theme==2.0.0", "sphinx==5.0.2", "sphinxext-opengraph==0.4.1", "sphinx-intl==2.1.0",