From 2fbf29c77cbcaf12f79b6a959a0b6f3d67feafd5 Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Thu, 7 Sep 2023 18:29:18 +0400 Subject: [PATCH 1/2] Fix missing jQuery in docs (#1673) (cherry picked from commit 47a5d7296ef570a4ad2d28b3378b6520416f6013) --- docs/conf.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index c770dd805..ed974f3e8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -29,8 +29,6 @@ import datetime -import sphinx_rtd_theme - import elasticsearch_dsl # If extensions (or modules to document with autodoc) are in another directory, @@ -118,7 +116,6 @@ # a list of builtin themes. html_theme = "sphinx_rtd_theme" -html_theme_path = [sphinx_rtd_theme.get_html_theme_path()] # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the From fdb95448abd4bfce2cfc24e3dd9ff843e838f681 Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Wed, 20 Sep 2023 09:52:40 +0400 Subject: [PATCH 2/2] See if GitHub Actions starts