From 75e25994c669da97ac7a261d29d96cbff0f9598b Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Mon, 26 Feb 2024 17:40:39 +0200 Subject: [PATCH] Use PyData Sphinx Theme --- docs/Makefile | 2 +- docs/conf.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Makefile b/docs/Makefile index 3b4deb9bf9d..c28c9dbefa3 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -46,7 +46,7 @@ clean: -rm -rf $(BUILDDIR)/* install-sphinx: - $(PYTHON) -m pip install --quiet furo olefile sphinx sphinx-copybutton sphinx-inline-tabs sphinx-removed-in sphinxext-opengraph + $(PYTHON) -m pip install --quiet olefile pydata-sphinx-theme sphinx sphinx-copybutton sphinx-inline-tabs sphinx-removed-in sphinxext-opengraph .PHONY: html html: diff --git a/docs/conf.py b/docs/conf.py index 97289c91d0c..3a250f23b20 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -128,7 +128,7 @@ # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. -html_theme = "furo" +html_theme = "pydata_sphinx_theme" # 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 diff --git a/pyproject.toml b/pyproject.toml index 58c2464bcad..a159878c0d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,8 +40,8 @@ dynamic = [ ] [project.optional-dependencies] docs = [ - "furo", "olefile", + "pydata-sphinx-theme", "sphinx>=2.4", "sphinx-copybutton", "sphinx-inline-tabs",