From b41513e531a5e3a4b0b7b6ba6e9560d82581f321 Mon Sep 17 00:00:00 2001 From: Serge Rey Date: Thu, 16 Jan 2025 15:09:41 -0800 Subject: [PATCH 1/2] Import correct theme for docs --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 9bab3f7c..d61ef3c6 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -21,7 +21,7 @@ # import your package to obtain the version info to display on the docs website import inequality -import sphinx_bootstrap_theme +import pydata-sphinx-theme # -- General configuration ------------------------------------------------ From 6a5b68c7800059aa934c63fc7e724a54835915d5 Mon Sep 17 00:00:00 2001 From: Serge Rey Date: Thu, 16 Jan 2025 15:13:43 -0800 Subject: [PATCH 2/2] Remove old theme import --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index d61ef3c6..02a20e83 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -21,7 +21,7 @@ # import your package to obtain the version info to display on the docs website import inequality -import pydata-sphinx-theme + # -- General configuration ------------------------------------------------