From 17c1c2e9c7c9099d53b8e972e71576915cea2c6a Mon Sep 17 00:00:00 2001 From: Seth Michael Larson Date: Thu, 15 Jun 2023 09:51:14 -0500 Subject: [PATCH] Switch to the 'Furo' Sphinx theme --- docs/requirements-docs.txt | 2 +- docs/sphinx/conf.py | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) 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,