Skip to content

Commit 756cfca

Browse files
MatplotlibCircleBotMatplotlibCircleBot
authored andcommitted
[skip ci] Doc build of da2cd6c
1 parent ed1f180 commit 756cfca

9 files changed

Lines changed: 11 additions & 3 deletions

File tree

529 Bytes
Binary file not shown.
-572 Bytes
Loading
-435 Bytes
Loading
0 Bytes
Binary file not shown.

_images/index-2.png

-435 Bytes
Loading

_static/css/style.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,11 @@ html[data-theme="dark"] {
3232
#navbar-icon-links .nav-link:hover {
3333
color: var(--pst-color-primary);
3434
}
35+
36+
/* reduce height of nav bar when items don't fit in one line
37+
See https://github.com/pydata/pydata-sphinx-theme/pull/2117
38+
*/
39+
.navbar-item {
40+
height: unset !important;
41+
margin: 0.25rem 0;
42+
}

genindex.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<link href="_static/styles/pydata-sphinx-theme.css?digest=8878045cc6db502f8baf" rel="stylesheet" />
3131

3232
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=8f2a1f02" />
33-
<link rel="stylesheet" type="text/css" href="_static/css/style.css?v=f16eb9d3" />
33+
<link rel="stylesheet" type="text/css" href="_static/css/style.css?v=522e7f4d" />
3434
<link rel="stylesheet" type="text/css" href="_static/plot_directive.css" />
3535
<link rel="stylesheet" type="text/css" href="_static/sphinx-design.min.css?v=95c83b7e" />
3636

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<link href="_static/styles/pydata-sphinx-theme.css?digest=8878045cc6db502f8baf" rel="stylesheet" />
3232

3333
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=8f2a1f02" />
34-
<link rel="stylesheet" type="text/css" href="_static/css/style.css?v=f16eb9d3" />
34+
<link rel="stylesheet" type="text/css" href="_static/css/style.css?v=522e7f4d" />
3535
<link rel="stylesheet" type="text/css" href="_static/plot_directive.css" />
3636
<link rel="stylesheet" type="text/css" href="_static/sphinx-design.min.css?v=95c83b7e" />
3737

search.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<link href="_static/styles/pydata-sphinx-theme.css?digest=8878045cc6db502f8baf" rel="stylesheet" />
3030

3131
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=8f2a1f02" />
32-
<link rel="stylesheet" type="text/css" href="_static/css/style.css?v=f16eb9d3" />
32+
<link rel="stylesheet" type="text/css" href="_static/css/style.css?v=522e7f4d" />
3333
<link rel="stylesheet" type="text/css" href="_static/plot_directive.css" />
3434
<link rel="stylesheet" type="text/css" href="_static/sphinx-design.min.css?v=95c83b7e" />
3535

0 commit comments

Comments
 (0)