mirror of
https://github.com/elastic/eland.git
synced 2025-07-11 00:02:14 +08:00
Switch to the 'Furo' Sphinx theme
This commit is contained in:
parent
8b327f60b8
commit
17c1c2e9c7
@ -7,7 +7,7 @@ xgboost>=1
|
|||||||
lightgbm
|
lightgbm
|
||||||
sphinx==5.3.0
|
sphinx==5.3.0
|
||||||
nbsphinx
|
nbsphinx
|
||||||
git+https://github.com/pandas-dev/pydata-sphinx-theme.git
|
furo
|
||||||
|
|
||||||
# traitlets has been having all sorts of release problems lately.
|
# traitlets has been having all sorts of release problems lately.
|
||||||
traitlets<5.1
|
traitlets<5.1
|
||||||
|
@ -115,12 +115,7 @@ exclude_patterns = ["**.ipynb_checkpoints"]
|
|||||||
# The theme to use for HTML and HTML Help pages. See the documentation for
|
# The theme to use for HTML and HTML Help pages. See the documentation for
|
||||||
# a list of builtin themes.
|
# a list of builtin themes.
|
||||||
|
|
||||||
html_theme = "pydata_sphinx_theme"
|
html_theme = "furo"
|
||||||
html_theme_options = {
|
|
||||||
"external_links": [],
|
|
||||||
"github_url": "https://github.com/elastic/eland",
|
|
||||||
"twitter_url": "https://twitter.com/elastic",
|
|
||||||
}
|
|
||||||
|
|
||||||
# Add any paths that contain custom static files (such as style sheets) here,
|
# 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,
|
# relative to this directory. They are copied after the builtin static files,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user