From 4cb39db7f7bd93f289b21b7bd87021714d264f7c Mon Sep 17 00:00:00 2001 From: Jason Ertel Date: Sun, 3 Dec 2023 08:56:18 -0500 Subject: [PATCH] fix broken search in docs --- CHANGELOG.md | 1 + docs/source/conf.py | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10990bb1..40e55122 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ - [Docs] Extend FAQ / troubleshooting section with information on Elasticsearch RBAC - [#1324](https://github.com/jertel/elastalert2/pull/1324) - @chr-b - Upgrade to Python 3.12 - [#1327](https://github.com/jertel/elastalert2/pull/1327) - @jertel - Support hourly index patterns - [#1328](https://github.com/jertel/elastalert2/pull/1328) - @jmacdone +- [Docs] Fix broken search function caused by sphinx upgrade a few releases ago - [#1332](https://github.com/jertel/elastalert2/pull/1332) - @jertel # 2.15.0 diff --git a/docs/source/conf.py b/docs/source/conf.py index 1ab1febb..2cc881c9 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -98,7 +98,6 @@ # html_theme_options = {} # Add any paths that contain custom themes here, relative to this directory. -html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] # html_theme_path = [] # The name for this set of Sphinx documents. If None, it defaults to