Skip to content

Commit 042051e

Browse files
Merge branch 'main' into unify-figure-shortcodes
2 parents dc5fe4b + e329526 commit 042051e

6 files changed

Lines changed: 3 additions & 14 deletions

File tree

.github/workflows/milestone-merged-prs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
pull-requests: read
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: scientific-python/attach-next-milestone-action@bc07be829f693829263e57d5e8489f4e57d3d420
20+
- uses: scientific-python/attach-next-milestone-action@c9cfab10ad0c67fed91b01103db26b7f16634639
2121
with:
2222
token: ${{ secrets.MILESTONE_LABELER_TOKEN }}
2323
force: true

assets/theme-css/code-highlight.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,6 @@ html[data-theme="light"] {
306306
/* LineNumbersTable */
307307
.chroma .lnt {
308308
white-space: pre;
309-
-webkit-user-select: none;
310309
user-select: none;
311310
margin-right: 0.4em;
312311
padding: 0 0.4em 0 0.4em;
@@ -315,7 +314,6 @@ html[data-theme="light"] {
315314
/* LineNumbers */
316315
.chroma .ln {
317316
white-space: pre;
318-
-webkit-user-select: none;
319317
user-select: none;
320318
margin-right: 0.4em;
321319
padding: 0 0.4em 0 0.4em;

assets/theme-css/navbar.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ a.navbar-item.nav-external::after,
5454
font-family: inherit;
5555
font-size: 1em;
5656
padding: 0;
57-
-moz-appearance: none;
58-
-webkit-appearance: none;
5957
appearance: none;
6058
background: 0 0;
6159
border: none;

assets/theme-css/sphinx-design/_button.scss

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@
2323
box-shadow 0.15s ease-in-out;
2424
vertical-align: middle;
2525
user-select: none;
26-
-moz-user-select: none;
27-
-ms-user-select: none;
28-
-webkit-user-select: none;
2926

3027
&:hover {
3128
text-decoration: none;

assets/theme-css/sphinx-design/_cards.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@
1010
border: 1px solid var(--sd-color-card-border);
1111
border-radius: 0.25rem;
1212
color: var(--sd-color-card-text);
13-
display: -ms-flexbox;
1413
display: flex;
15-
-ms-flex-direction: column;
1614
flex-direction: column;
1715
min-width: 0;
1816
position: relative;
@@ -30,7 +28,6 @@
3028
}
3129

3230
.sd-card-body {
33-
-ms-flex: 1 1 auto;
3431
flex: 1 1 auto;
3532
padding: 1rem 1rem;
3633
}
@@ -125,7 +122,6 @@
125122
width: 100%;
126123
display: flex;
127124
flex-wrap: nowrap;
128-
-ms-flex-direction: row;
129125
flex-direction: row;
130126
overflow-x: hidden;
131127
scroll-snap-type: x mandatory;

doc/config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@ params:
5656
socialmedia:
5757
- link: https://github.com/scientific-python/
5858
icon: github
59-
- link: https://www.youtube.com/c/ScientificPython-org
60-
icon: youtube
6159
- link: https://fosstodon.org/@scientific_python
6260
icon: mastodon
6361
- link: https://discuss.scientific-python.org
6462
icon: discourse
6563
- link: https://discord.com/invite/vur45CbwMz
6664
icon: discord
65+
- link: https://bsky.app/profile/scientific-python.org
66+
icon: bluesky
6767
- link: https://linkedin.com/company/scientific-python
6868
icon: linkedin
6969

0 commit comments

Comments
 (0)