Skip to content

Commit ff55b39

Browse files
committed
use SVG logo; shrink avatars; update intersphinx URL; adjust pin
1 parent 7fd22d6 commit ff55b39

File tree

6 files changed

+68
-4
lines changed

6 files changed

+68
-4
lines changed

doc/_static/funding/cds-dark.svg

Lines changed: 26 additions & 0 deletions
Loading

doc/_static/funding/cds.png

-63.7 KB
Binary file not shown.

doc/_static/funding/cds.svg

Lines changed: 27 additions & 0 deletions
Loading

doc/_static/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ div#contributor-avatars div.card img {
308308
border-radius: unset;
309309
}
310310
div#contributor-avatars div.card img {
311-
width: 3em;
311+
width: 2.5em;
312312
}
313313
.contributor-avatar {
314314
clip-path: circle(closest-side);

doc/conf.py

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
"seaborn": ("https://seaborn.pydata.org/", None),
172172
"statsmodels": ("https://www.statsmodels.org/dev", None),
173173
"patsy": ("https://patsy.readthedocs.io/en/latest", None),
174-
"pyvista": ("https://docs.pyvista.org", None),
174+
"pyvista": ("https://docs.pyvista.org/version/stable", None),
175175
"imageio": ("https://imageio.readthedocs.io/en/latest", None),
176176
"picard": ("https://pierreablin.github.io/picard/", None),
177177
"eeglabio": ("https://eeglabio.readthedocs.io/en/latest", None),
@@ -841,7 +841,18 @@ def append_attr_meth_examples(app, what, name, obj, options, lines):
841841
),
842842
dict(img="doe.svg", size="3", title="US Department of Energy"),
843843
dict(img="anr.svg", size="3.5", title="Agence Nationale de la Recherche"),
844-
dict(img="cds.png", size="2.25", title="Paris-Saclay Center for Data Science"),
844+
dict(
845+
img="cds.svg",
846+
size="1.75",
847+
title="Paris-Saclay Center for Data Science",
848+
klass="only-light",
849+
),
850+
dict(
851+
img="cds-dark.svg",
852+
size="1.75",
853+
title="Paris-Saclay Center for Data Science",
854+
klass="only-dark",
855+
),
845856
dict(img="google.svg", size="2.25", title="Google"),
846857
dict(img="amazon.svg", size="2.5", title="Amazon"),
847858
dict(img="czi.svg", size="2.5", title="Chan Zuckerberg Initiative"),

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ test_extra = [
145145
doc = [
146146
"sphinx>=6",
147147
"numpydoc",
148-
"pydata_sphinx_theme==0.15.2",
148+
"pydata_sphinx_theme>=0.15.2",
149149
"sphinx-gallery>=0.16",
150150
"sphinxcontrib-bibtex>=2.5",
151151
"sphinxcontrib-towncrier",

0 commit comments

Comments
 (0)