diff --git a/doc/_static/funding/cds-dark.svg b/doc/_static/funding/cds-dark.svg
new file mode 100644
index 00000000000..940d66b5680
--- /dev/null
+++ b/doc/_static/funding/cds-dark.svg
@@ -0,0 +1,26 @@
+
+
\ No newline at end of file
diff --git a/doc/_static/funding/cds.png b/doc/_static/funding/cds.png
deleted file mode 100644
index d726b8daeb1..00000000000
Binary files a/doc/_static/funding/cds.png and /dev/null differ
diff --git a/doc/_static/funding/cds.svg b/doc/_static/funding/cds.svg
new file mode 100644
index 00000000000..07b2482727d
--- /dev/null
+++ b/doc/_static/funding/cds.svg
@@ -0,0 +1,27 @@
+
+
diff --git a/doc/_static/style.css b/doc/_static/style.css
index 11a27b72c92..0c0f8ac196d 100644
--- a/doc/_static/style.css
+++ b/doc/_static/style.css
@@ -308,7 +308,7 @@ div#contributor-avatars div.card img {
border-radius: unset;
}
div#contributor-avatars div.card img {
- width: 3em;
+ width: 2.5em;
}
.contributor-avatar {
clip-path: circle(closest-side);
diff --git a/doc/conf.py b/doc/conf.py
index 3433a666782..16451bc7366 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -171,7 +171,7 @@
"seaborn": ("https://seaborn.pydata.org/", None),
"statsmodels": ("https://www.statsmodels.org/dev", None),
"patsy": ("https://patsy.readthedocs.io/en/latest", None),
- "pyvista": ("https://docs.pyvista.org", None),
+ "pyvista": ("https://docs.pyvista.org/version/stable", None),
"imageio": ("https://imageio.readthedocs.io/en/latest", None),
"picard": ("https://pierreablin.github.io/picard/", None),
"eeglabio": ("https://eeglabio.readthedocs.io/en/latest", None),
@@ -839,7 +839,18 @@ def append_attr_meth_examples(app, what, name, obj, options, lines):
),
dict(img="doe.svg", size="3", title="US Department of Energy"),
dict(img="anr.svg", size="3.5", title="Agence Nationale de la Recherche"),
- dict(img="cds.png", size="2.25", title="Paris-Saclay Center for Data Science"),
+ dict(
+ img="cds.svg",
+ size="1.75",
+ title="Paris-Saclay Center for Data Science",
+ klass="only-light",
+ ),
+ dict(
+ img="cds-dark.svg",
+ size="1.75",
+ title="Paris-Saclay Center for Data Science",
+ klass="only-dark",
+ ),
dict(img="google.svg", size="2.25", title="Google"),
dict(img="amazon.svg", size="2.5", title="Amazon"),
dict(img="czi.svg", size="2.5", title="Chan Zuckerberg Initiative"),
diff --git a/pyproject.toml b/pyproject.toml
index a3b58098482..fbec5dff79d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -145,7 +145,7 @@ test_extra = [
doc = [
"sphinx>=6",
"numpydoc",
- "pydata_sphinx_theme==0.15.2",
+ "pydata_sphinx_theme>=0.15.2",
"sphinx-gallery",
"sphinxcontrib-bibtex>=2.5",
"sphinxcontrib-towncrier",