Skip to content

Commit a8d8d64

Browse files
[Backport 8.x] Fix missing jQuery in docs (#1676)
* Fix missing jQuery in docs (#1673) (cherry picked from commit 47a5d72)
1 parent ec99c85 commit a8d8d64

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docs/conf.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@
2929

3030
import datetime
3131

32-
import sphinx_rtd_theme
33-
3432
import elasticsearch_dsl
3533

3634
# If extensions (or modules to document with autodoc) are in another directory,
@@ -118,7 +116,6 @@
118116
# a list of builtin themes.
119117

120118
html_theme = "sphinx_rtd_theme"
121-
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
122119

123120
# Theme options are theme-specific and customize the look and feel of a theme
124121
# further. For a list of options available for each theme, see the

0 commit comments

Comments
 (0)