Switch to the 'Furo' Sphinx theme

This commit is contained in:
Seth Michael Larson 2023-06-15 09:51:14 -05:00 committed by GitHub
parent 8b327f60b8
commit 17c1c2e9c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 7 deletions

View File

@ -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

View File

@ -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,