diff --git a/docs/requirements-docs.txt b/docs/requirements-docs.txt index 00e6245..6b5dd7a 100644 --- a/docs/requirements-docs.txt +++ b/docs/requirements-docs.txt @@ -7,7 +7,7 @@ xgboost>=1 lightgbm sphinx==5.3.0 nbsphinx -git+https://github.com/pandas-dev/pydata-sphinx-theme.git +furo # traitlets has been having all sorts of release problems lately. traitlets<5.1 diff --git a/docs/sphinx/conf.py b/docs/sphinx/conf.py index acaae05..cc261d2 100644 --- a/docs/sphinx/conf.py +++ b/docs/sphinx/conf.py @@ -115,12 +115,7 @@ exclude_patterns = ["**.ipynb_checkpoints"] # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. -html_theme = "pydata_sphinx_theme" -html_theme_options = { - "external_links": [], - "github_url": "https://github.com/elastic/eland", - "twitter_url": "https://twitter.com/elastic", -} +html_theme = "furo" # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files,