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